Entrovix AI

Core Web Vitals: what actually matters for a business website

Which metrics affect rankings, which affect revenue, and the handful of fixes that move both.

Entrovix AIJul 4, 2026 8 min read

Core Web Vitals get discussed as an SEO checkbox. They are better understood as a measurement of whether your site feels broken, which happens to correlate with both rankings and revenue.

The three metrics, in plain terms

MetricWhat it measuresGood
LCPHow long until the main content appearsUnder 2.5s
INPHow quickly the page responds to a tap or clickUnder 200ms
CLSHow much the layout jumps while loadingUnder 0.1

CLS is the one people underrate. A page that shifts as it loads is not merely untidy — it moves a button out from under a finger mid-tap, which is why it correlates so strongly with people leaving.

The fixes that actually move the numbers

Images, first and always

On most business sites, images are the largest contentful paint and the largest share of page weight. Three changes usually take LCP from failing to passing: serve modern formats such as WebP, set explicit width and height attributes so the browser reserves space, and lazy-load everything below the fold while explicitly not lazy-loading the hero image.

Reserve space for anything that arrives late

Ads, embeds, cookie banners and web fonts all arrive after the initial render. If their space is not reserved, each one shoves the page down when it lands. Give them fixed dimensions up front — this single habit fixes most CLS problems.

Cut the JavaScript

INP is dominated by main-thread work. Every analytics tag, chat widget and tracking pixel competes with your own code for a single thread. Audit what is actually loading; most sites carry two or three scripts nobody remembers adding and nobody looks at the data from.

What the score is not

A perfect Lighthouse score is not a ranking guarantee. Core Web Vitals are one signal among many, and they act mostly as a tiebreaker between pages of comparable relevance. A fast page about the wrong thing still loses to a slower page that answers the question.

Fix performance because it makes the site better to use. The ranking benefit is real but secondary, and treating it as the goal leads to optimising the score rather than the experience.

It is also worth remembering that Google measures field data from real visitors, not the lab score you see in Lighthouse. A site that scores 100 on a developer's laptop can fail in the field if most visitors are on mid-range phones over patchy mobile data — which, in India, most of them are.

Need this built rather than explained?

We design and build websites, applications and automation — with a fixed quote before anyone starts.

Browse Free Tools