Changelog
v1.0.0 — March 2026
Section titled “v1.0.0 — March 2026”Initial release. Pageflare 1.0.0 is the first stable release, shipping a complete suite of post-build optimizations for static sites and WordPress installs.
Highlights
Section titled “Highlights”HTML, CSS & JavaScript
- HTML minification — strips whitespace, comments, and redundant attributes.
- CSS minification — collapses shorthand properties and removes dead code.
- JavaScript minification — reduces bundle size without altering behavior.
Images
- Automatic
loading="lazy"and explicitwidth/heighton<img>tags to prevent layout shift. - Adaptive sizing with responsive
srcsetgeneration. - Platform-specific optimization for Vercel Image CDN.
Fonts
font-display: swapinjection to eliminate render-blocking.- Self-hosting of Google Fonts with automatic
unicode-rangesubsetting.
Scripts & Navigation
- Script deferral —
user-interactionanddeferstrategies to keep the main thread free. - Speculation Rules API injection for instant same-origin navigation.
- SPA mode with View Transitions API support.
Critical CSS
- Per-page critical CSS extraction and inlining; non-critical stylesheets loaded asynchronously.
Video & Third-party
- YouTube facade replacement — lightweight placeholder until the user interacts.
WordPress
- WordPress bloat removal — strips query strings, disables emojis script, removes unnecessary meta tags.
Assets
- Content-based asset hashing for long-lived cache headers.
CLI & Configuration
- Single
pageflarebinary with JSONC config support (pageflare.jsonc). --no-progressflag and automatic non-TTY detection for CI environments.
Platform
- Cloudflare Workers API with D1 (SQLite) and R2 storage.
- Pro / Free tier licensing.
See Release History for a full list of versions, or Migration Guide for upgrade notes.