vorlyo
vorlyo
Blog

Core Web Vitals in 2026 — what actually matters

Web Performance 2026-04-22 5 min read

Web Vitals scores are like blood-pressure readings — some matter, some are noise. The three numbers Google publishes aren't all equally critical for your conversion. Here's what to actually measure.

The three metrics, ranked honestly

Google has used three core metrics since 2024: LCP, INP and CLS. But not every metric counts equally toward revenue.

  • LCP (Largest Contentful Paint) — how fast your main content loads. Directly correlates with bounce-rate. Target: under 1.5s.
  • INP (Interaction to Next Paint) — how responsive your site feels. Most important for SaaS & e-commerce checkout. Target: under 200ms.
  • CLS (Cumulative Layout Shift) — how stable your layout is during loading. Frustrates mobile users especially. Target: under 0.1.
Surprise: sites with INP under 200ms see +18% checkout conversion on average vs sites at 400ms. INP is underrated.

The mistakes we see most often

Across 100+ audits, we keep seeing the same issues:

  • Unoptimised hero images — 1.2MB JPEG instead of 80KB WebP.
  • Third-party scripts blocking render — analytics + chat widget + ads + cookie banner.
  • Web fonts without font-display: swap — text appears 800ms too late.
  • Layout shifts from images without dimensions — buttons jump around during load.

What it delivers

Going from 4s to 1s load time typically yields:

  • +25% organic traffic within 3 months — Google ranks faster sites higher.
  • −40% bounce-rate on mobile — direct impact on every conversion funnel.
  • +10% conversion at checkout — INP gains carry through to the final click.
Reality check: 90+ Lighthouse on desktop is easy. 90+ on mobile with 4G throttling is where the difference lives. Test there.

Conclusion

Performance isn't a technical nice-to-have, it's a revenue lever. Invest in INP and LCP — CLS is a hygiene point you fix in a morning.

Related articles

Is your site still scoring under 90?

We'll run a free Lighthouse audit and tell you where the real wins are.