Core Web Vitals Threshold & Score Auditor
Google uses Core Web Vitals as a direct search ranking signal. Test your metrics against real-world 75th percentile thresholds (LCP ≤ 2.5s, INP ≤ 200ms, CLS ≤ 0.10).
LCP (Loading)
GoodTarget: ≤ 2.5s. Measures main page hero content rendering speed.
INP (Interactivity)
GoodTarget: ≤ 200ms. Replaced FID in Google ranking signals.
CLS (Visual Stability)
GoodTarget: ≤ 0.10. Measures unexpected layout movement.
Passed Google Page Experience Benchmark!
Your site meets all Core Web Vitals thresholds. Google ranking signals are fully optimized for maximum search priority.
Actionable Optimization Checklist
Fast LCP Fixes
Use next/image with priority on hero images. Preload key fonts and eliminate render-blocking CSS.
Fast INP Fixes
Break up long JavaScript tasks (>50ms) using requestIdleCallback or web workers. Minimize heavy DOM hydration.
Zero CLS Fixes
Always set explicit width and height attributes on images/iframes. Use font-display: swap.