P3 · LowPerformance
No preload hints
Critical resources not preloaded
Code: no_preload_hints
Why it matters
Critical resources not preloaded. Slow experiences increase bounce rates and hurt Core Web Vitals scores. Google uses these metrics as a direct ranking signal.
How to fix
Add preload hints for critical resources
html<link rel="preload" href="/fonts/main.woff2" as="font" type="font/woff2" crossorigin>
<link rel="preload" href="/hero-image.webp" as="image">
<link rel="preconnect" href="https://fonts.googleapis.com">Related checks in Performance
Run a free scan to check your site
Get a complete audit in under 2 minutes. No account required.
Start Free Scan