Home / Knowledge Base / Glossary / Core Web Vitals: three metrics of usability

Core Web Vitals: three metrics of usability

Glossary 2 min read Updated 12.09.2026
What LCP, CLS, and INP measure, how lab data differs from field data, what to fix first, and how these metrics really affect rankings.

Core Web Vitals — three indicators that Google uses to measure page usability for users: the speed of the main content appearing, layout stability, and responsiveness to actions.

Three metrics

MetricWhat it measuresGood value
LCPWhen the main block of the page is visibleUp to 2.5 seconds
CLSHow much the layout shifts during loadingUp to 0.1
INPDelay in response to clicks and inputUp to 200 milliseconds

Lab and field data

Synthetic runs show how the page behaves under ideal conditions, which is useful for debugging. Field data is collected from real visitors and is what search engines consider. The discrepancy between them is normal: your users have different devices and connections.

Experience from our practice
On our site, mobile metrics were affected not by animations or layout, but by third-party advertising scripts: the response reached half a second. Until we measured by blocks, we thought the design was to blame. The moral is simple — measure first, then redesign.

What is usually fixed first

  1. LCP: heavy image of the first screen, slow server response, blocking styles.
  2. CLS: images without specified sizes, banners and notifications that overlay content.
  3. INP: heavy scripts and third-party widgets — chats, analytics, pixels.

Where to check your values

Field data is available in the page experience report in Search Console — it groups addresses by problem types, so you can fix entire templates at once, rather than one page at a time. Lab values can be obtained from any synthetic test: they are convenient to take before and after fixes to understand if the change helped.

How much this affects rankings

This is a factor, but not a decisive one: it rather distinguishes pages that are close in other characteristics. It is more useful to consider it as part of conversion work — a slow page loses visitors before they see the offer. You can measure key metrics with speed check, and for the entire site — with audit.

FAQ

What values are considered good?
The benchmarks are: LCP up to 2.5 seconds, CLS up to 0.1, and INP up to 200 milliseconds.
Why does the synthetic test differ from real data?
The lab run is done under ideal conditions, while field data is collected from your visitors with their devices and connections.
How much does this affect rankings?
This is a factor, but not a decisive one: it rather distinguishes pages that are close in other characteristics. The impact on conversion is usually more noticeable.
Was this article helpful?
Try it on your project Everything described in the article is available in the dashboard — the registration bonus is already in your balance.
Open dashboard