FlyingPress improves font loading performance by preloading essential font files early in the page load process. This helps speed up text rendering and improves Core Web Vitals, especially Largest Contentful Paint (LCP).
How it works
Our cloud optimizer automatically detects the fonts used during the initial render
These fonts are preloaded using
<link rel="preload">
, so the browser starts fetching them soonerMinimize FOIT/FOUT and significantly reduce visible delays in text rendering
Benefits
Faster initial text display
Improved LCP and overall load experience
No need to manually identify or preload fonts
Notes
Fonts are preloaded based on actual usage during rendering
Works for local fonts and supported third-party fonts (e.g. Google Fonts)
Automatically handled during page caching - no setup required