P2 · MediumPerformance
Missing lazy loading
Below-fold images not lazy loaded
Code: missing_lazy_loading
Why it matters
Below-fold images not lazy loaded. Slow experiences increase bounce rates and hurt Core Web Vitals scores. Google uses these metrics as a direct ranking signal.
How to fix
Add loading="lazy" to below-the-fold images
html<img src="photo.jpg" alt="Photo" width="800" height="600" loading="lazy">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