Skip to content

Release History

A complete record of every pageflare release. The most recent version is always listed first.


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.

FeatureDetail
HTML minificationStrips whitespace, comments, and redundant attributes
CSS minificationShorthand collapsing, dead code removal
JS minificationFast, standards-compliant minification
  • loading="lazy" and explicit width/height injected automatically.
  • Responsive srcset generation for adaptive sizing.
  • Vercel Image CDN integration for platform-optimized delivery.
  • font-display: swap added to all @font-face rules.
  • Google Fonts self-hosting with unicode-range subsetting.
  • Script deferral with user-interaction and defer strategies.
  • Speculation Rules API injection for prefetch/prerender on same-origin links.
  • SPA mode using the View Transitions API.
  • Per-page critical CSS extraction; above-the-fold styles inlined, remainder loaded async.
  • YouTube facade — lightweight click-to-load placeholder replaces embedded iframes at parse time.
  • Removes emoji script, query strings from asset URLs, and unnecessary <head> meta noise.
  • Content-based asset hashing: filenames reflect file content for reliable long-lived caching.
  • pageflare binary with JSONC config (pageflare.jsonc).
  • --no-progress flag; non-TTY environments suppress progress output automatically.
  • Cloudflare Workers API, D1 (SQLite) for metadata, R2 for asset storage.
  • Free tier and Pro tier licensing.

Future releases will appear above this line.