Release History
A complete record of every pageflare release. The most recent version is always listed first.
v1.0.0
Section titled “v1.0.0”Released: March 2026 Type: Initial stable release
Pageflare 1.0.0 is the first public release. It delivers a production-ready post-build optimizer for static sites and WordPress, shipped as a single CLI binary backed by a Cloudflare Workers API.
HTML, CSS & JavaScript
Section titled “HTML, CSS & JavaScript”| Feature | Detail |
|---|---|
| HTML minification | Strips whitespace, comments, and redundant attributes |
| CSS minification | Shorthand collapsing, dead code removal |
| JS minification | Fast, standards-compliant minification |
Images
Section titled “Images”loading="lazy"and explicitwidth/heightinjected automatically.- Responsive
srcsetgeneration for adaptive sizing. - Vercel Image CDN integration for platform-optimized delivery.
font-display: swapadded to all@font-facerules.- Google Fonts self-hosting with
unicode-rangesubsetting.
Scripts & Navigation
Section titled “Scripts & Navigation”- Script deferral with
user-interactionanddeferstrategies. - Speculation Rules API injection for prefetch/prerender on same-origin links.
- SPA mode using the View Transitions API.
Critical CSS
Section titled “Critical CSS”- Per-page critical CSS extraction; above-the-fold styles inlined, remainder loaded async.
Video & Third-party
Section titled “Video & Third-party”- YouTube facade — lightweight click-to-load placeholder replaces embedded iframes at parse time.
WordPress
Section titled “WordPress”- Removes emoji script, query strings from asset URLs, and unnecessary
<head>meta noise.
Assets
Section titled “Assets”- Content-based asset hashing: filenames reflect file content for reliable long-lived caching.
pageflarebinary with JSONC config (pageflare.jsonc).--no-progressflag; non-TTY environments suppress progress output automatically.
Platform & Licensing
Section titled “Platform & Licensing”- Cloudflare Workers API, D1 (SQLite) for metadata, R2 for asset storage.
- Free tier and Pro tier licensing.
Future releases will appear above this line.