← Back to blog
Core Web Vitals in practice: what moves rankings in 2026
by Respawn LabPublished on May 10, 20261 min read
Core Web Vitals stopped being a "dev thing" and became a direct ranking factor. The good news: it's three metrics, with clear targets, and you can prioritize the work by impact and effort.
The three metrics that matter
- LCP — Largest Contentful Paint: time until the largest element appears. Target: ≤ 2.5s.
- INP — Interaction to Next Paint: responsiveness to user input. Target: ≤ 200ms.
- CLS — Cumulative Layout Shift: visual stability. Target: ≤ 0.1.
The measurement that counts is field data (real users via CrUX), not just the lab Lighthouse score.
Where to start
- Measure the current state with field data.
- Tackle LCP first — it usually has the best ROI (hero image, fonts, server).
- Cut JavaScript to unblock INP.
- Reserve space for images and ads to zero out CLS.
At Respawn Lab, every audit ships this prioritized diagnosis within 7 days. The rest is execution measured against real data.