Skip to content

v4.18.4

Choose a tag to compare

@rodrigoslayertech rodrigoslayertech released this 17 Jul 21:38
· 58 commits to main since this release
v4.18.4
624cd38

Focus: First-load performance — lighter boot, progressive homepage mount, and Early Hints support.

Changes

  • ⚡ Added Early Hints (103) support: the build now emits per-book Link preload rules in _headers covering each route's critical request wave (render-blocking CSS, entry module graph and shared preload graph), so Cloudflare can hint it before the HTML body arrives
  • 🚀 Improved the remote README homepage first paint: the page now mounts progressively — the first blocks render synchronously and the rest append in idle batches, keeping the initial render task (and Total Blocking Time) small with zero layout shift
  • 🧹 Removed the unused axios boot and dependency: the engine relies on the native Fetch API, trimming the critical JavaScript path and one boot file from every page load
  • ✅ Validated with local Lighthouse (mobile): +4 on the homepage and +3 on deep manual pages, with FCP/LCP/TBT improvements and CLS unchanged at 0