Pick your integration. Install in a few minutes.
Buy your license up front. First 14 days are free. Cancel before day 15 and you pay nothing.
After install, open the admin console at /pagespeed_global_admin on your server, start your 14-day trial, and either activate a license you already own or purchase
one from the same page.
Running ASP.NET Core?
ModPageSpeed 2.0 ships as a NuGet middleware — same optimization pipeline, in-process, no sidecar.
ModPageSpeed 2.0 for .NET
ASP.NET Core
NuGet middleware
Two lines in Program.cs add the optimization pipeline to any ASP.NET Core app. No separate sidecar, no Docker required.
Runs in-process on Windows, Linux, and macOS.
.NET 9, ASP.NET Core on Windows, Linux, or macOS.
Install guide
Running Apache, nginx, or IIS?
mod_pagespeed 1.1 is the drop-in continuation of the open-source project — same directives, same filters, actively maintained.
On nginx? Pick the 1.1 native module for a drop-in upgrade on an existing host. Pick the 2.0 Docker reverse proxy if you’re starting fresh and want container-native ops.
v1.1.0 see release notes
Apache
mod_pagespeed 1.1Native module
apt-get install on Debian and Ubuntu. RPM for RHEL-family systems. Drop-in replacement for the open-source build.
Debian 11/12, Ubuntu 20.04/22.04/24.04, RHEL 8/9, Apache 2.4+
Install guide
nginx
mod_pagespeed 1.1Native module
Dynamic module for nginx 1.26+ (stable and mainline). Loads alongside your existing nginx binary — no rebuild, no traffic detour.
Debian 11/12, Ubuntu 20.04/22.04/24.04, RHEL 8/9, nginx 1.26+ (stable or mainline)
Install guide
IIS
mod_pagespeed 1.1Native module
MSI installer for Windows Server. Enable in IIS Manager, iisreset, and the optimization pipeline is live.
Running IISpeed? Uninstall it first — both modules cannot coexist on the same host.
Windows Server 2019 or later, IIS 10+, x64
Install guide
nginx (Docker)
ModPageSpeed 2.0Reverse proxy
Run the 2.0 worker as a Docker container in front of nginx. Same optimization pipeline, zero changes to your nginx binary or config.
Greenfield deployments and teams that prefer container-native ops should start here.
Any host with Docker 24+ (Linux, macOS, Windows). nginx version irrelevant — runs as a sidecar.
Install guide
Direct downloads
v1.1.0Mirrored from our archive — no GitHub account needed. Verify with the published SHA256SUMS or the GPG signing key.
Apache
IIS (Windows)
Each binary is GPG-signed; .asc next to every file (e.g. …msi.asc). Debug symbols and nginx packages are archived but not yet promoted to GA —
contact us for
early-access links.
Looking for native HTTP-server modules?
ModPageSpeed 2.0 v1.0.0 ships as the NuGet middleware for ASP.NET Core. For Apache, nginx, IIS, or Envoy — the native module path — use mod_pagespeed 1.1.
IISpeed customer? Claim your free 2.0 license.
How billing works
- Pricing
- License purchased through FastSpring from inside the product console. $49/server/month (monthly) or $39/server/month (billed annually). No per-request fees, no bandwidth metering.
- Trial
- Credit card required at checkout. Billing starts on day 15. Cancel any time before then from the product console and you pay nothing.
- Activation
- Ed25519-signed license token, delivered by email. Set it as an environment variable. Signature validation runs offline at startup; subscription state refreshes every 12 hours.
- Hosting
- Runs on your servers. No third-party proxy, no CDN dependency, no external service in your request path. Source publication under BSL 1.1 is on the roadmap.