Veltos.Tech

Development

Core Web Vitals

Also known as: web vitals, LCP INP CLS, page experience metrics

Definition

Core Web Vitals are Google’s three page experience metrics: LCP, the render of the largest element, should stay within 2.5 seconds, INP, the response to an interaction, within 200 milliseconds, and CLS, cumulative layout shift, within 0.1.

Each metric maps to a specific user complaint. LCP, largest contentful paint, covers "the content takes forever to appear": it measures when the largest visible element, usually the hero image or the first-screen heading, finishes rendering. INP, interaction to next paint, covers "I clicked and nothing happened": it accounts for response latency across real interactions in the session, not just the first one. CLS, cumulative layout shift, covers "I clicked the wrong thing because everything jumped" as images, fonts and banners load in.

The detail most people miss: the thresholds are evaluated at the 75th percentile of real users over a 28-day window, not on a single Lighthouse run on a developer laptop. Hence the familiar situation where PageSpeed shows green while the field report shows red: the lab test runs in ideal conditions while the field includes old phones, weak mobile connections and the advertising scripts that actually load. Field data is what you steer by; lab data is a debugging tool.

The commercial case is more honest without exaggeration. Core Web Vitals is a Google ranking factor but a weak one: a page with poor scores and the better answer will outrank a fast empty one. The real payoff from speed sits in conversion and in behavioural signals, because a user who waited five seconds never reaches the form. Yandex does not publish its own Core Web Vitals but does account for load speed and reports it in Webmaster. So speed work pays back through sales and behaviour rather than through a promise of ranking gains from LCP alone.

  • LCP at 2.5 seconds or less: the render of the largest first-screen element.
  • INP at 200 milliseconds or less: interface latency in response to user actions.
  • CLS at 0.1 or less: total unexpected layout shift.
  • Assessment runs on the 75th percentile of field data over 28 days.
  • Mobile and desktop are scored separately, and mobile usually matters more.

Related terms

Related services

Read more

Need this done, not just defined?

We do this work, not only write about it. Describe the task and we will scope it and send a staged estimate.