Web Development

Core Web Vitals in 2026: What Actually Matters Now

Three metrics, plain English, and the short list of fixes that move them on a normal small business site.

Core Web Vitals are Google's attempt to measure whether a page feels good to use. They're a real but modest ranking factor — you will not outrank a better page by being faster. What they genuinely do is stop you losing the visitors you already paid for. On a slow mobile site, a large share of people leave before they see anything at all, and no amount of SEO fixes that.

There are three metrics. Here's what each one means, what usually breaks it, and what we fix first.

LCP — Largest Contentful Paint

What it measures: how long until the biggest thing on screen appears. Usually your hero image or headline. It's a proxy for "when does this page look like it loaded".

Target: under 2.5 seconds. Over 4 seconds is a failure.

What usually breaks it

What to do

INP — Interaction to Next Paint

What it measures: when someone taps or clicks, how long before the screen visibly responds. INP replaced the old First Input Delay metric, and it's stricter — it looks at interactions across the whole visit, not just the first one.

Target: under 200ms. Over 500ms is a failure.

What usually breaks it

What to do

CLS — Cumulative Layout Shift

What it measures: how much the page jumps around while loading. This is the metric behind the universal experience of going to tap a button and hitting an ad instead.

Target: under 0.1.

What usually breaks it

What to do

How to measure it honestly

There's a distinction that trips up most people: lab data versus field data.

Lighthouse in Chrome DevTools gives you lab data — a simulated load on your machine, on your connection. Useful for debugging, but it is not what Google ranks on.

Google uses field data: real Chrome users on real devices and real networks, aggregated over 28 days. You'll find it in Google Search Console under the Core Web Vitals report, and in PageSpeed Insights at the top of the page. A green Lighthouse score with a failing field report means your visitors are on slower phones and worse connections than you are — which, for most SME audiences, they are.

Test on a mid-range Android phone on mobile data, not on your laptop on office wifi. That's the device your customer is holding.

Two more things worth knowing. Field data updates on a rolling 28-day window, so a fix you shipped today won't fully show up for a month — don't panic and undo it in week two. And scores are reported per URL group, so a fast homepage can sit alongside a failing set of product pages.

The realistic priority order

  1. Compress and resize images. Cheapest fix, biggest LCP gain, nearly every site needs it.
  2. Delete unused third-party scripts. Free, immediate INP improvement.
  3. Add width and height to every image. An afternoon of work, usually fixes CLS outright.
  4. Move hosting closer to your customers, or add a CDN. Real cost, real result.
  5. Reduce JavaScript. Most effort, and on a page-builder site it often means rebuilding — worth it when the site is a real revenue channel.

Most small business sites can pass all three metrics with the first three items on that list. If you're being sold an expensive "performance optimisation" package before anyone has looked at your image sizes, ask why.

Want to know where your site stands?

We'll run the real field data on your pages and send you a plain-English list of what's slowing them down and what it would take to fix.

Get a free speed check
Let's talk

Let's Build Something That Grows.

Free 30-minute discovery call, no pitch deck, and a straight answer on whether we can help.