ngx_pagespeed

October 16th, 2012
nginx, ngx_pagespeed, pagespeed
As a webmaster, you can make your site load much faster with manual optimization. You can replace the images with ones that are compressed to just the right balance of visual clarity and small file size. You can inline small images, turning <img src="tiny-image.jpg"> into <img src="data:image/jpeg;base64,/9j/4AAQSkZJR...">. You can minify your javascript, css, and html so there's no whitespace or other unneeded characters. You can do this, but it's a lot of work and you need to learn a lot about web performance to do it well. Alternately, if you're using Apache, you can install mod_pagespeed to automatically apply these and other optimizations to your site.

But what if you're using nginx? While it's only the #2 server, behind Apache, it's disproportionately popular among people who care about speed. So: I'm working on an nginx port: ngx_pagespeed.

Referenced in:

Comment via: google plus, facebook

Recent posts on blogs I like:

Facts I Learned From A City On Mars

Space bastardry!

via Thing of Things April 14, 2025

Which Came First, the Chicken or the Egg?

When I thought about this question it was really hard to figure out because the way it's phrased it's essentially either a chicken just pops into existence, or an egg just pops into existence, without any parent animals involved. I thought about t…

via Lily Wise's Blog Posts April 13, 2025

Advice for time management as a manager

have accurate expectations of yourself • prioritize ruthlessly • unemploy your future self • a five-step “help, I’m overwhelmed” checklist • carve out focused time

via benkuhn.net April 1, 2025

more     (via openring)