Skip to content

lighthouse optimizations for mobile #92

Closed Answered by cyco130
tigawanna asked this question in Q&A
Discussion options

You must be logged in to vote

Caveat emptor

Node can handle TLS termination (https), HTTP/2, and compression. But before diving in, I think all these should be handled outside of Node by a reverse proxy like Nginx because they can handle all of these things more efficiently. So I would recommend you to leave the generated server alone and focus on optimizing your Nginx/Apache/whatever settings. I understand the urge to measure performance locally but I don't think the results are representative of the real world use in any way.

Optimizing static assets

Behind the scenes, Rakkas uses vavite to build a Node server for your application. In particular, it uses the @vavite/connect package. And @vavite/connect, in turn, uses

Replies: 2 comments 2 replies

Comment options

You must be logged in to vote
1 reply
@tigawanna
Comment options

Comment options

You must be logged in to vote
1 reply
@tigawanna
Comment options

Answer selected by cyco130
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
None yet
2 participants