About

Web development, server configuration and SEO with focus on measurable results — for Bulgarian and international clients.

Language

EN

Follow Us

Core Web Vitals in 2026: INP, LCP, CLS — What Changed

What Core Web Vitals are in 2026, how INP replaced FID, and the thresholds you need to pass to clear the Google review.

Blog — Core Web Vitals in 2026: INP, LCP, CLS — What Changed
Core Web Vitals in 2026: INP, LCP, CLS — What Changed
21 May 2026
  • SEO
  • Atanas Grozdev
  • 3 min

Core Web Vitals (CWV) are the three Google metrics that measure real user experience on your site. Since March 2024, INP replaced FID as the interactivity metric. Here is what matters in 2026.

The three metrics and thresholds

MetricMeasuresGoodNeeds workPoor
LCPTime until largest viewport element renders≤ 2.5 s2.5–4 s> 4 s
INPTime to respond to any interaction≤ 200 ms200–500 ms> 500 ms
CLSHow much the page shifts during load≤ 0.10.1–0.25> 0.25

To pass Google's review and count as "Good CWV", all three must be in the green band for 75% of visits.

What changed in 2024

INP replaced FID

FID measured only the delay before the first user action. INP measures every interaction, not just the first. Slow menus, modals and JS handlers now hit rankings directly.

Stricter mobile focus

Google relies on CrUX mobile data. A site that's fast on desktop but slow on mobile loses ranking.

How to measure CWV

  • PageSpeed Insights at pagespeed.web.dev.
  • Google Search Console → Core Web Vitals.
  • Chrome DevTools + Web Vitals extension.
  • web-vitals JS library for real visitor data.

Common LCP issues

  • Slow server response (TTFB > 600 ms).
  • Heavy unoptimised images — WebP/AVIF, fetchpriority="high" on hero.
  • Render-blocking CSS/JS.
  • Custom fonts without font-display: swap.

Common INP issues

  • Heavy event handlers blocking main thread.
  • React/Vue components with heavy re-renders.
  • Third-party scripts — lazy-load.
  • Large DOM (> 1,500 nodes).

Common CLS issues

  • Images without dimensions.
  • Embeds without reserved space.
  • Late-injected ads.
  • Custom font swap.

Quick WordPress checklist

  1. Object cache (Redis or Memcached).
  2. Full-page cache plugin (WP Rocket, FlyingPress).
  3. WebP image conversion.
  4. Disable unused plugins.
  5. PHP 8.3 or 8.4 — 15–25% faster than 8.0.
  6. Consider a CDN (Cloudflare, Bunny).

Want an audit? SEO + maintenance includes monthly CWV monitoring. Get a quote.