Skip to content
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

Open
arky opened this issue May 30, 2013 · 4 comments
Open

Enable server-side compression #2967

arky opened this issue May 30, 2013 · 4 comments

Comments

@arky
Copy link

arky commented May 30, 2013

Let us try to explore performance benefits of server-side compression using gzip or SPDY on m.l.o web server.

@dwaynebailey
Copy link
Member

(In reply to Arky from BZ-IMPORT::comment #0)

Let us try to explore performance benefits of server-side compression using
gzip or SPDY on m.l.o web server.

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.

@julen
Copy link
Contributor

julen commented May 30, 2013

(In reply to Dwayne Bailey from BZ-IMPORT::comment #1)

SPDY is not really an option at the moment on the server as it isn't
packaged.

It's packaged for Debian/Ubuntu. Check:
https://developers.google.com/speed/spdy/mod_spdy/install

@dwaynebailey
Copy link
Member

(In reply to Julen Ruiz Aizpuru from BZ-IMPORT::comment #2)

(In reply to Dwayne Bailey from BZ-IMPORT::comment #1)

SPDY is not really an option at the moment on the server as it isn't
packaged.

It's packaged for Debian/Ubuntu. Check:
https://developers.google.com/speed/spdy/mod_spdy/install

Unfortunately not on Ubuntu 10.04.1 LTS it seems.

@arky
Copy link
Author

arky commented Jun 1, 2013

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants