Core Web Vitals are the three metrics Google uses to grade every site with real user data. The names sound technical; the questions they ask are simple — and all three lead to the same place: what does your visitor feel while waiting? Anyone who expects business from their website should watch these three numbers as regularly as they watch revenue.
Three metrics, three questions
LCP (Largest Contentful Paint): "When did the page's main content appear?" Target: under 2.5 seconds. Every second a visitor stares at a blank screen is a step closer to the back button.
INP (Interaction to Next Paint): "I tapped — when did the site respond?" Target: under 200 milliseconds. A menu that opens late, a button that presses but does nothing — users read that as "the site is broken".
CLS (Cumulative Layout Shift): "Does the page hold still?" Target: under 0.1. Content jumping exactly as you tap, sending your finger to the wrong link — the most infuriating failure, and usually just an image without dimensions or a late-loading banner.
The effect on rankings — without the hype
Core Web Vitals are a ranking signal; they won't carry you to first place on their own, and they can't outrank better content. The honest framing: between two comparable competitors, the faster one edges ahead, and the slow one quietly slides in mobile search. A site in the red is also, in Google's eyes, a site that frustrates users — with indirect costs running from ad quality scores to visibility.
The effect on sales — the real invoice
Independent of rankings, there is a mechanical truth: a waiting visitor is a leaving visitor. The consistent finding across industry studies is that every added second of load time takes a bite out of conversion, and the gap widens on mobile. Your own number is easy to find — put bounce rate next to load time in your analytics. Every user who clicks your ad but won't wait for your page is a goodbye you paid for.
Measure it in 5 minutes
Type your address into PageSpeed Insights: real-user data on top (that is your actual grade), lab simulation below. The Core Web Vitals report in Search Console tracks page groups over months — worth more than any one-off test. Look at the mobile tab: that's where most traffic lives, and the grades are almost always lower than desktop.
Four moves that get you to green
In order: an image diet (modern formats, correct sizes, priority on the hero), a JavaScript diet (removing unused plugins and scripts), font discipline (two families at most, text never waiting for a font) and caching plus a CDN. None of these is a one-time toggle; they are maintenance habits — we don't take a project live before these metrics are green, and the details are on the web development page. Where slow pages cost the most, see ecommerce.
If you don't know where your site stands on these three metrics, the first step is measuring; if you're in the red, get a quote for the second — a speed audit of the existing site always comes before any rebuild decision.
