Core Web Vitals
A set of three Google metrics (LCP, INP, CLS) that measure real-world user experience on loading, interactivity, and visual stability.
§ 1 Definition
Core Web Vitals (CWV) are standardized metrics focused on three user-centric performance metrics: Largest Contentful Paint (LCP) for loading, Interaction to Next Paint (INP) for responsiveness, and Cumulative Layout Shift (CLS) for visual stability. Google uses CWV as direct ranking signals. Unlike Lighthouse scores which are lab-based, CWV are measured from real-user field data at the 75th percentile.
§ 2 What Are Core Web Vitals?
Three metrics: LCP (loading, target under 2.5 s), INP (responsiveness, under 200 ms), CLS (visual stability, under 0.1). They replaced older metrics like DOMContentLoaded that did not correlate with human perception.
§ 3 The 75th Percentile Rule
Google evaluates CWV at the 75th percentile. 75% of users must experience a Good score. A page with median LCP of 2.0 s but p75 of 3.0 s fails.
§ 4 Common Misunderstandings
CWV is NOT a Lighthouse score. Lighthouse is lab data; CWV is field data from CrUX. A perfect Lighthouse score does not guarantee passing CWV. CWV are evaluated at the URL level, not the site level.
§ 5 SEO Impact
CWV are a ranking signal. Content relevance dominates, but CWV serve as a tiebreaker. Passing CWV correlates with higher engagement and conversion rates.
§ 6 Note
§ 7 Common questions
- Q. Do I need to pass all three?
- A. Yes. Failing even one fails the overall assessment.
- Q. Can a slow server pass CWV?
- A. Not reliably. TTFB directly feeds into LCP.
§ 8 Thresholds
| Metric | Good | Needs Improvement | Poor |
|---|---|---|---|
| LCP | ≤ 2.5 s | 2.5 s - 4.0 s | > 4.0 s |
| INP | ≤ 200 ms | 200 ms - 500 ms | > 500 ms |
| CLS | ≤ 0.1 | 0.1 - 0.25 | > 0.25 |
- Three metrics: LCP, INP, CLS.
- Evaluated at p75 from real-user field data.
- Lighthouse scores are NOT the same as CWV.
- URL-level measurement required.
Atomic Glue provides full CWV audits and targeted remediation. Get in touch.
Get in touchA set of three Google metrics (LCP, INP, CLS) that measure real-world user experience on loading, interactivity, and visual stability.
Category: Performance (also: SEO)
Author: Atomic Glue Performance Team
## Definition
Core Web Vitals (CWV) are standardized metrics focused on three user-centric performance metrics: Largest Contentful Paint (LCP) for loading, Interaction to Next Paint (INP) for responsiveness, and Cumulative Layout Shift (CLS) for visual stability. Google uses CWV as direct ranking signals. Unlike Lighthouse scores which are lab-based, CWV are measured from real-user field data at the 75th percentile.
## What Are Core Web Vitals?
Three metrics: LCP (loading, target under 2.5 s), INP (responsiveness, under 200 ms), CLS (visual stability, under 0.1). They replaced older metrics like DOMContentLoaded that did not correlate with human perception.
## The 75th Percentile Rule
Google evaluates CWV at the 75th percentile. 75% of users must experience a Good score. A page with median LCP of 2.0 s but p75 of 3.0 s fails.
## Common Misunderstandings
CWV is NOT a Lighthouse score. Lighthouse is lab data; CWV is field data from CrUX. A perfect Lighthouse score does not guarantee passing CWV. CWV are evaluated at the URL level, not the site level.
## SEO Impact
CWV are a ranking signal. Content relevance dominates, but CWV serve as a tiebreaker. Passing CWV correlates with higher engagement and conversion rates.
## Note
INP replaced FID as a Core Web Vital in March 2024.
## Common questions
Q: Do I need to pass all three?
A: Yes. Failing even one fails the overall assessment.
Q: Can a slow server pass CWV?
A: Not reliably. TTFB directly feeds into LCP.
## Thresholds
Metric: LCP, Good: ≤ 2.5 s, Needs Improvement: 2.5 s - 4.0 s, Poor: > 4.0 s
Metric: INP, Good: ≤ 200 ms, Needs Improvement: 200 ms - 500 ms, Poor: > 500 ms
Metric: CLS, Good: ≤ 0.1, Needs Improvement: 0.1 - 0.25, Poor: > 0.25
## Key takeaways
- Three metrics: LCP, INP, CLS.
- Evaluated at p75 from real-user field data.
- Lighthouse scores are NOT the same as CWV.
- URL-level measurement required.
## Related entries
- [LCP (Largest Contentful Paint)](atomicglue.co/glossary/lcp-largest-contentful-paint)
- [INP (Interaction to Next Paint)](atomicglue.co/glossary/inp-interaction-to-next-paint)
- [CLS (Cumulative Layout Shift)](atomicglue.co/glossary/cls-cumulative-layout-shift)
Last updated July 2026. Permalink: atomicglue.co/glossary/core-web-vitals