Core Web Vitals deep dive

Core Web Vitals are Google's user-experience metrics that became ranking signals in 2021. This is the deep dive: what each metric technically measures, what affects it, and exactly how to fix each one.

LCP. Largest Contentful Paint

What it measures

Time from navigation start until the largest visible element in the viewport finishes rendering. The "largest element" is typically a hero image, a large heading, or a video poster frame.

Thresholds

What affects LCP

How to fix

INP. Interaction to Next Paint

Replaced FID in March 2024. Measures responsiveness across all interactions a user has with a page.

What it measures

The 75th percentile (or worst) interaction delay, the time from user input (click, tap, keypress) until the browser paints a visual response.

Thresholds

What affects INP

How to fix

CLS. Cumulative Layout Shift

What it measures

The sum of all unexpected layout shifts during a page's lifetime. Penalizes pages where content jumps as it loads, causing misclicks and frustration.

Thresholds

What affects CLS

How to fix

Field vs lab data

Google uses field data for ranking. Optimize for what Chrome users actually experience, not what your local Lighthouse run reports.

Measurement tools