Blog

Core Web Vitals 2026: What Actually Moves the Needle for Conversions

Core Web Vitals 2026: What Actually Moves the Needle for Conversions

Most Core Web Vitals conversations stop at the score. Green is good, red is bad, ship the fix, check the dashboard again. That's not wrong, exactly, it's just aiming at the wrong target. The score is a proxy. The thing that actually pays your bills is whether a real visitor, on a real phone, on real mid-tier mobile data, sticks around long enough to convert.

Those two things correlate, but they're not the same measurement, and optimizing purely for the score can leave real user experience, and real conversions, on the table.

The three metrics, briefly

  • LCP (Largest Contentful Paint) — how long until the main content of the page is visibly rendered. This is the one most people already track.
  • INP (Interaction to Next Paint) — how responsive the page feels once someone starts interacting with it: tapping a button, opening a menu, filtering a product list. This replaced FID as the responsiveness metric, and it's the one most sites quietly fail without realizing it, because it only shows up once real users start interacting, not in a synthetic pre-load test.
  • CLS (Cumulative Layout Shift) — whether the page jumps around as it loads. The classic version of this is tapping "add to cart" and hitting the wrong button because an ad or image loaded late and shifted everything down.

Why a passing score doesn't guarantee conversions

A page can pass all three metrics in a lab test and still feel slow to a real visitor, because lab tests run on a clean connection with nothing else competing for bandwidth. Real users are on inconsistent mobile networks, with other tabs open, on devices several years old. The gap between "passes Lighthouse" and "feels fast to an actual customer" is where most of the missed conversions actually live.

That's also why chasing the score in isolation can backfire. We've seen sites hit perfect Core Web Vitals scores by stripping out product imagery, review widgets, or filtering options, the score went up, and so did the bounce rate, because the page that loaded faster also did less to convince anyone to buy.

What's actually worth fixing

  • Real-device testing, not just Lighthouse. Test on a mid-range Android phone on throttled mobile data. That's closer to your actual customer than a desktop lab test will ever be.
  • INP on the interactions that matter for conversion specifically, not the whole site generically. A slightly sluggish footer link matters less than a laggy "add to cart" button.
  • Layout stability around anything above the fold that a user might tap early — navigation, primary CTA, product images. That's where a shift costs you a lost tap, not a cosmetic annoyance further down the page.
  • The tradeoff between richer content and raw speed, addressed deliberately rather than by deleting content until the score turns green. Often the real fix is technical, image optimization, code splitting, better caching, not content removal.

Where to start

If you don't already know whether your Core Web Vitals gap is a technical problem or a content problem, that's the first thing to find out, not guess at. Get a free website review and we'll show you exactly what's costing you speed, and what it would take to fix it without gutting the page.

Write to us