Skip to content
Web experience

What is Core Web Vitals?

Core Web Vitals are Google’s three user-experience metrics: Largest Contentful Paint (loading), Interaction to Next Paint (responsiveness) and Cumulative Layout Shift (visual stability). They are a confirmed ranking signal, and independent analysis indicates they act as a tie-breaker among comparable pages rather than a primary driver.

Definition

Definition

Also written: CWV, LCP, CLS, INP

Core Web Vitals are Google’s three user-experience metrics: Largest Contentful Paint (loading), Interaction to Next Paint (responsiveness) and Cumulative Layout Shift (visual stability). They are a confirmed ranking signal, and independent analysis indicates they act as a tie-breaker among comparable pages rather than a primary driver.

The gap between lab and field data causes most confusion. A Lighthouse score is a simulation on modelled hardware and network conditions; ranking uses field data from real visitors.

INP replaced First Input Delay in 2024 and is stricter — it measures the full interaction-to-paint duration rather than input delay alone.

The usual error

Where this goes wrong in practice

Optimising a lab score while field data stays poor. They diverge routinely, and only one of them is used for ranking.