-
-
Notifications
You must be signed in to change notification settings - Fork 26.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
gzip build confusion #1117
Comments
The built js file in your directory is not gzipped, it's only minified. When you serve that file the file and gzip it (which is the standard way to deliver content) that's the size that will actually be transferred. If you use the pushstate server as demonstrated in the It might be handy to read a guide on how web servers do gzip |
Thanks for the explanation @tbillington, much appreciated! |
I think it is better to show the actual size too. This got me confused before. I thought that it already gzip'ed but it is not. Might reconsider this #1908 ? |
Happy to review PRs that do something differently. |
Pretty sure I am missing something here so please bear with me.
When I build a project I get the following message:
However the js build is actually 483kb. What am I missing here? Cheers.
The text was updated successfully, but these errors were encountered: