Poor LCP
LCP measures how quickly the main content becomes visible. Slow LCP feels sluggish to users.
What it is
This check flags pages whose Largest Contentful Paint exceeds the recommended threshold (good is under 2.5 s).
Why it matters for SEO
LCP is a Core Web Vital and a confirmed ranking signal; slow loading also raises bounce rate.
Example
LCP - 4.8 s (good: < 2.5 s)
How to fix
- Optimise and preload the largest element (often a hero image).
- Serve compressed, correctly sized images in modern formats.
- Reduce render-blocking CSS/JS and improve server response time.
- Re-test after changes.