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, substack

Recent posts on blogs I like:

The odds are good and the goods are great

I stole the title and thesis of this post from the great etirabys and arguably I should just link her post.

via Thing of Things August 31, 2026

Bug blindness

I used to wonder why I see so many more bugs than most people. I easily observe hundreds to thousands of bugs per week and nothing seems to work, but most people I talk to don't see anything like this. For a long time, I thought this had something to …

via Posts on August 30, 2026

Microfictions 2

A few more microfictions, still no LLMs.

via Evan Fields August 7, 2026

more     (via openring)