Scan a site
ABCDEFGHIJKLMNOPQRSTUVWXYZ
Performance

Core Web Vitals

Published: · Updated:

Core Web Vitals are a set of metrics defined by Google that describe the quality of user experience on a page across three dimensions: loading speed, responsiveness to interactions and visual stability. They have been a ranking signal in Google Search since 2021, and since March 2024 the set consists of LCP, INP and CLS.

Unlike lab tests, Core Web Vitals assessment is based on field data collected from real Chrome users and published in the CrUX report. A page "passes" a metric when at least 75% of visits fall within the "good" threshold.

The three metrics and their thresholds

  • LCP (Largest Contentful Paint) — render time of the largest element; a good score is ≤ 2.5 s.
  • INP (Interaction to Next Paint) — latency of responses to interactions; a good score is ≤ 200 ms.
  • CLS (Cumulative Layout Shift) — the sum of unexpected layout shifts; a good score is ≤ 0.1.

Why it matters

Core Web Vitals tie user experience to search visibility: slow, unstable pages lose both conversions and rankings. Google research shows that meeting CWV thresholds significantly reduces page-load abandonment rates.

Example

A page "passes" a metric when the 75th percentile of visits falls within the good threshold — e.g. an LCP of 2.1 s at p75 is a pass, even if individual visits are slower.

Assessment thresholds (p75 of real visits)
Example
Metric   Good           Needs improvement   Poor
──────────────────────────────────────────────────────
LCP      ≤ 2.5 s        2.5 – 4.0 s           > 4.0 s
INP      ≤ 200 ms       200 – 500 ms          > 500 ms
CLS      ≤ 0.1          0.1 – 0.25            > 0.25

What is the difference between field data and lab data?

Field data (e.g. CrUX) comes from real users and determines the Core Web Vitals assessment. Lab data (e.g. Lighthouse) is produced in a controlled environment and is used for diagnosis and debugging.

Sources & further reading

Check your site performance

Insight measures Core Web Vitals and ranks bottlenecks by impact.

No credit card Report with date and sources No account required