-
-
Notifications
You must be signed in to change notification settings - Fork 170
www: Store gzip representations of common files on deploy #405
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
Conversation
|
LGTM |
|
@nodejs/build So can we merge this? |
|
Happy to merge, just wanted to give it some time seeing how I was the only one ack:ing. |
|
it probably should be |
|
Updated to |
|
lgtm |
tested on osx and not linux? reverting on the server until you give the 👍 here that it's ready |
|
Urgh. Sloppy reviewing on my end. I'll revisit too. |
|
Shouldn't that really just be |
|
Sorry for that! Replaced the command with |
|
@fhemberger OK, I've switched it over to |
|
Indeed ... prints them all but prints only the .json files, so this works tho: sort of like a grouped |
|
@rvagg Okay, tested |
|
neat, appears to be working: https://nodejs.org/en/index.html.gz @jbergstroem can we confirm somehow that nginx is actually using these files? or do we just take it for granted? |
|
@rvagg I've used it previously -- more info here: http://nginx.org/en/docs/http/ngx_http_gzip_static_module.html. I guess we could set up a test environment to prove it works? |
|
Nah, let's not go overboard, it's just a shame we can't easily run a command and confirm that all this work actually achieved something. |
|
We consume less cpu than before at least. |
|
well that's certainly something, good work! |
Refs: