-
Notifications
You must be signed in to change notification settings - Fork 3
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
Enable server-side compression #2967
Comments
(In reply to Arky from
We already have mod_deflate setup for images. But it seems not for HTML and JavaScript which would be our wins. SPDY is not really an option at the moment on the server as it isn't packaged. |
(In reply to Dwayne Bailey from
It's packaged for Debian/Ubuntu. Check: |
(In reply to Julen Ruiz Aizpuru from
Unfortunately not on Ubuntu 10.04.1 LTS it seems. |
AFAIK mod_spdy is not packaged for Ubuntu distros because it is distributed in binary form. You'll need to grab the .deb packages from the upstream as the docs suggest. The mod_spdy package updates itself via google ppa. Perhaps we need to first enable mod_spdy on staging.l.o for testing. We can enable SPDY with "SpdyEnabled on" in VHOST section. PS: BTW, Running staging on same web server as production servers gives me nightmares. Old sysadmin habits die hard. |
Let us try to explore performance benefits of server-side compression using gzip or SPDY on m.l.o web server.
The text was updated successfully, but these errors were encountered: