Core Web Vitals are three field metrics Google uses to score real user experience: LCP (loading), CLS (visual stability), and INP (responsiveness).
Core Web Vitals are three field metrics Google uses to score real user experience: LCP (loading), CLS (visual stability), and INP (responsiveness).
| Metric | Good | Needs work | Poor |
|---|---|---|---|
| LCP | ≤ 2.5s | ≤ 4.0s | > 4.0s |
| CLS | ≤ 0.1 | ≤ 0.25 | > 0.25 |
| INP | ≤ 200ms | ≤ 500ms | > 500ms |
Google grades at the 75th percentile of real users — so "good" means 75% of visits hit the target, not just your fast test on a fast laptop.
Interviewers ask this to check you know the current metrics (INP, not FID) and their thresholds. These scores feed Google Search ranking and correlate directly with bounce rate and conversions, so knowing what each measures tells you where to focus a slow page.
A library of IT interview questions with detailed answers — from Junior to Senior.
Donate