One price per server. From $49/month.
Or $39/server/month billed annually. No per-request fees. No bandwidth metering. All optimizations included.
Install and run it unlicensed to evaluate — it fully optimizes and just adds an
X-PageSpeed-Warn: unlicensed
header. A commercial license is required for production use; you're charged immediately on
purchase for the term you pick — cancel any time, billing stops at period end. Prices are
localized at checkout; local VAT is shown there.
Launch pricing through June 16, 2026 — year-one rates shown below on new mod_pagespeed 1.1 and ModPageSpeed 2.0 subscriptions. 15 days left.
Annual saves ~20% — two months free, every year.
mod_pagespeed 1.1
Drop-in upgrade from open-source — nginx, Apache, IIS (Envoy experimental)
$19.50 /server/mo Save ~20%
Billed once a year · year one. Renews at $39/mo
$24.50 /server/mo
Billed monthly · year one. Renews at $49/mo
- In-process native module — no sidecar, no extra hop
- nginx, Apache, IIS (Envoy experimental)
- Same mod_pagespeed directives and filters
- Security patches and CVE maintenance
- Runs on your existing Apache/nginx/IIS binary
- cPanel / EasyApache 4 support
- Classic filters: combine, sprite, IPRO, domain mapping
- Cyclone Cache
- Email support
A commercial license is required for production use.
ModPageSpeed 2.0
Ground-up C++23 rewrite — any HTTP origin via the worker
$19.50 /server/mo Save ~20%
Billed once a year · year one. Renews at $39/mo
$24.50 /server/mo
Billed monthly · year one. Renews at $49/mo
- Any HTTP origin via nginx proxy
- Zero-copy cache serving
- Variant-aware caching — format, viewport, density, Save-Data, encoding
- Security patches and CVE maintenance
- Critical CSS extraction
- ML image quality
- Web console
- ASP.NET Core
- Email support
A commercial license is required for production use.
Running 3 or more servers? Ask us about volume pricing.
What a flat per-server license replaces
~$3,500
Typical image-CDN bill at 10M monthly image requests, on published per-unit list pricing. It climbs with traffic.
$39/server/mo
Flat, annual. No per-request fees, no per-transformation fees, no bandwidth metering. The bill doesn't move with traffic.
~300–500K
Monthly image requests where self-hosting overtakes a CDN. Below that, a CDN is often cheaper.
Run your own numbers in the savings calculator, or read the full cost model in Image Optimization Cost: Self-Hosted vs CDN. Figures reflect published list-price models as of February 2026 — confirm current rates with each vendor.
What if I cancel?
The engine keeps optimizing when your license expires — it never locks you out. The
installation returns to the unlicensed state (an X-PageSpeed-Warn: unlicensed
response header, an admin-console notice, and a startup-log warning); production use then
requires a license. Your cache and config aren't touched, so re-activating later picks up
where you left off.
Will it break my site?
Transforms are safe by construction. JS minification only strips whitespace and comments — no variable renaming. CSS minification preserves semantics. If any optimization fails, the original is served. More in the FAQ.
One small company — what's the risk?
Source publication under the Business Source License 1.1 is on our roadmap — it converts to Apache 2.0 on a fixed change date. License validation runs offline; there's no kill switch in the request path. How licensing works.
For fleets larger than 10 servers
11+ servers
Volume pricing and a Master Services Agreement
Self-serve covers up to 10 servers. Beyond that we quote a per-server volume rate and sign an MSA — same optimization pipeline, terms that fit a larger fleet.
- Volume per-server discount
- Master Services Agreement
- SSO / SAML
- Priority email support
Custom quote
Talk to salesWe aim to reply in about a business day (CET).
Pre-filled with the details that speed up a quote — edit before sending.
Prices on the cards are FastSpring's localized rate for your region — same number you'll see at checkout. VAT or GST is included where FastSpring is registered to collect it; elsewhere local tax is added at checkout.
One license covers one production server. Contact sales@we-amp.com for multi-environment or volume pricing.
How to get started
Install it, run it, and watch it optimize. License it when you go to production.
-
Step 1
Install
Server module — Apache on Debian/Ubuntu:
curl -fsSL https://packages.modpagespeed.com/install.sh | sudo sh sudo apt install mod-pagespeednginx, IIS, or Envoy — see the install guide. On ASP.NET Core, add the NuGet package instead:
dotnet add package WeAmp.PageSpeed.AspNetCore -
Step 2
Run it unlicensed
It fully optimizes out of the box — nothing is gated. Unlicensed responses simply carry an
X-PageSpeed-Warn: unlicensedheader, with a matching notice in the admin console and a startup-log line. Evaluate it against your real traffic for as long as you need. -
Step 3
License for production
A commercial license is required for production use. Buy one from the admin console or the pricing cards above, paste the key, and the warning header clears. You're charged immediately for the term you pick.
Which edition should I choose?
Choose 1.1 if…
For a native in-process module on Apache, nginx, IIS, or Envoy: the same mod_pagespeed directives, the classic filter set, and a built-in admin console, with no extra worker or proxy hop. Drop-in for an existing open-source mod_pagespeed install, and a clean fit for a new one.
Choose 2.0 if…
For new deployments and teams that want the reverse-proxy / worker model: a C++23 worker with variant-aware caching and zero-copy serving. Two integrations: a Docker / nginx reverse proxy in front of any HTTP origin, and an ASP.NET Core middleware.
Frequently asked questions
What counts as a server?
What happens if I run unlicensed?
X-PageSpeed-Warn: unlicensed response header, show a notice in the admin console, and write a warning to the startup log. A commercial license is required for production use.What happens after I cancel?
X-PageSpeed-Warn: unlicensed header, an admin-console notice, and a startup-log warning). Re-activate any time — your cache contents and configuration aren't touched.Is there a free tier?
X-PageSpeed-Warn: unlicensed header. Buy a license from the admin console at /pagespeed_global_admin on your server when you're ready for production.How does the license key work?
mod_pagespeed is free. Why should I pay?
What's your refund policy?
Which integrations are supported?
How does the nginx integration work?
Does it work with Apache?
BACKEND_HOST at your origin, and all optimizations apply automatically. If you need an in-process Apache module instead, that's mod_pagespeed 1.1.Does it work with Kubernetes?
Does it add latency?
Can it break my site?
Why not just use Cloudflare or another CDN?
Running mod_pagespeed 1.1? See the 1.1 FAQ →