Skip to main content
ModPageSpeed 2.0 and mod_pagespeed 1.1 — Available April 20, 2026

$49/server/month. Or $39, billed annually.

One price per server. No per-request fees. No bandwidth metering. All optimizations included.

Buy your license up front. First 14 days are free. Cancel before day 15 and you pay nothing.

mod_pagespeed 1.1

Drop-in upgrade from open-source

$49 /server/month

Or $39/server/month billed annually

  • nginx, Apache, IIS, Envoy
  • Drop-in from open-source
  • Cyclone Cache
  • Security patches
  • In-process module
  • Email support
Download

14 days free. Cancel before day 15 and pay nothing.

EU / EEA / AU / NZ: charged in local currency, VAT or GST included. US / rest of world: USD, taxes per your jurisdiction.

One license covers one production instance. Development, staging, and CI environments are free.

Which edition should I choose?

Choose 1.1 if…

You're already running mod_pagespeed or ngx_pagespeed and want a maintained, supported release with the same config. Best for existing installations on Apache, nginx, IIS, or Envoy.

Choose 2.0 if…

You're starting fresh or want the latest architecture. New C++23 codebase with external worker process, variant-aware caching, and zero-copy serving. Works with any HTTP origin via nginx reverse proxy.

Need more than 10 servers?

Self-serve up to 10 servers. Volume discounts above that. Contact us for volume pricing, an MSA, SSO/SAML, and dedicated support.

enterprise@modpagespeed.com

We reply within 1 business day, Central European Time (UTC+1/+2).

Compatibility

Which nginx versions are supported?
We ship Docker images with a prebuilt dynamic module compiled against the latest stable and mainline nginx releases. You can also build the module from source for custom nginx versions.
Does it work with Kubernetes?
Yes. The Docker distribution uses separate nginx and worker containers, designed for Kubernetes pod deployments. The license key is passed as an environment variable, making it easy to manage via Secrets. A Helm chart is included.
Does it only work with nginx?
No. ModPageSpeed 2.0 deploys as a caching reverse proxy in front of any HTTP origin server. The proxy uses nginx internally, but your backend can be Apache, Node.js, Caddy, or any other web server. Just point BACKEND_HOST and BACKEND_PORT at your origin.
Does it work with Apache?
Yes. Deploy ModPageSpeed 2.0 as a reverse proxy in front of your Apache server. The Docker Compose setup makes this straightforward — set your Apache host as the backend origin and all optimizations apply automatically.

Frequently asked questions

What counts as a server?
Each ModPageSpeed deployment (proxy + worker pair) counts as one server. Development, testing, and CI/CD environments are free under the BSL non-production grant.
Can I use it in staging for free?
Yes. The BSL 1.1 license grants free use for non-production purposes including development, testing, and CI/CD.
What happens when the 14-day trial ends?
The module stops generating new optimized variants. Existing cached content continues to be served. Your site keeps working — it just stops getting better.
What happens after I cancel?
Your existing optimized assets continue to work. The module stops processing new optimizations when the license expires.
What's your refund policy?
Annual plans: prorated refund on written request within 30 days. Monthly: cancel at any time, billing stops at the end of the current period.
Is there a free tier?
We offer a 14-day free trial. The source code is available under BSL 1.1 for non-production use.
How does the license key work?
You receive an Ed25519-signed token via email. Set it as an environment variable. Validation is offline — no phone-home, no internet, no "call your vendor" required.
Why not just use Cloudflare or another CDN?
CDN-based optimization requires routing your traffic through a third-party proxy. ModPageSpeed 2.0 runs on your servers — no data leaves your infrastructure, no third-party dependency, full GDPR compliance by architecture. You keep control of your caching, your configuration, and your data.
mod_pagespeed is free. Why should I pay?
The original mod_pagespeed and ngx_pagespeed are no longer actively developed. ModPageSpeed 2.0 builds on their proven optimization libraries with a new architecture — zero-copy cache serving, variant-aware caching, and an out-of-process optimization worker. It works with any origin server, not just Apache. It is actively maintained with security patches and new features.
Does it add latency?
No. On cache hit, serving is sub-millisecond — just a hash lookup and an mmap pointer. On cache miss, the original content is served immediately while the worker generates optimized variants in the background. There is no synchronous processing in the request path.
Can it break my site?
ModPageSpeed 2.0 uses conservative, safe-by-construction transforms. JS minification only strips whitespace and comments — no variable renaming. CSS minification removes redundant syntax without changing semantics. Image transcoding preserves visual quality. If optimization fails for any reason, the original content is always served.