MonsterFPC
Super fast static full page caching for MODX
Organization: ysanmiguel.com
Creator: Yanni Sanmiguel (ysanmiguel)
Screenshots
About MonsterFPC
Make your MODX site fly with MonsterFPC! It's a set-and-forget static caching engine that slashes load times. Instead of wiping the whole site cache for one tiny edit, our surgical mapping updates only the exact page you changed. Serve blazing-fast, Gzip-compressed HTML to crush your TTFB, lower server load, and boost your SEO. Just install it and watch your site speed soar.
Information
Released
June 17, 2026
Supported Database
MySQL
License
GPLv2
Instructions
MonsterFPC 2.0 is completely "Plug & Play". Once installed, the engine runs automatically in the background for all anonymous visitors.
Check Documentation at: https://modxmonster.com/extras/
New in 2.0.0-pl
Version 2.0.0 is a complete architectural rewrite focused on maximum performance and stability for PHP 8.2+.
New Core Engine: Bypasses the MODX parser entirely, dumping pure static HTML files directly to disk for 0ms TTFB.
New Cache Warmer Widget: A dedicated Dashboard Widget (MonsterFPC Crawler) to silently warm up the cache via a throttled background process.
Surgical Purging: Uses new JSON mapping to instantly delete only the exact cache file of the resource being edited, without calculating URLs.
Disk Exhaustion Shield: Strictly refuses to cache 404/403 error pages to protect against bot scanning.
Smart URL Normalization: Ignores tracking query strings (e.g., ?fbclid=, ?utm_source=) to prevent cache duplication.
Ajax Hole Punching: Added the MonsterFPC_Ajax snippet to inject dynamic content into static pages using the Fetch API.
Cleanup: Removed legacy .gz generation and CSS/JS combination to guarantee 100% compatibility with modern CDNs like Cloudflare.