Skip to main content
mod_pagespeed 2.1 is here — open source (Apache-2.0): the module you know, plus the optimizer worker

How it works

How a server-side web optimizer works

The docs tell you which directives to set; the blog covers what to fix on a given stack. These are the explainers in between — how the optimization actually works under the hood. The techniques trace back to the open-source mod_pagespeed and ngx_pagespeed projects, which We-Amp helped build and maintain; mod_pagespeed 2.1 carries them forward in both of its parts — the module and the optimizer worker.

For the full list of what gets rewritten, see the feature list; for fixes by platform, see the blog.

Run it: the mod_pagespeed 2.1 docs cover both parts — the in-process module for Apache, nginx and IIS, and the optimizer worker that does the heavy optimization off the request path.

Measuring your own pages? Test a page and map every failing audit to its fix, or read what LCP, CLS, and INP mean.