Three numbers describing what your page feels like
Core Web Vitals are three measurements of what a page feels like to use rather than how fast the server was. Did it appear, did it stay still, did it respond when touched.
Core Web Vitals are three measurements of what a page feels like to use rather than how fast the server was. Did it appear, did it stay still, did it respond when touched.
Short answer
Core Web Vitals are three measurements of page experience: how long the main content takes to appear, how much the layout moves while loading, and how quickly the page responds to interaction. They are collected from real visitors and are a modest ranking signal.
Traditional speed measurements described what the server did rather than what the visitor experienced. A page could score well and still feel slow and unusable.
These three try to describe the experience instead. Did the thing I came for appear, did it stop jumping around, and did it react when I touched it.
They are imperfect proxies for a real feeling, and they are considerably closer to it than a raw load time.
Traditional speed measurements described what the server did rather than what the visitor experienced. A page could score well and still feel broken.
The first measures how long until the largest visible element has rendered. Usually a hero image, a heading, or a block of text.
It is a proxy for the moment a visitor feels the page has arrived. Everything after that is detail; before it, the page looks broken.
The usual causes of a poor score are an oversized hero image, a slow server response, and fonts or scripts that block rendering.
The second measures unexpected movement while the page loads. Text that shifts down as an image arrives, a button that moves as an advert loads.
This is the one visitors hate most viscerally, because it causes mis-taps. Everybody has tapped the wrong thing because the page moved underneath them.
The fix is nearly always to reserve space: declare image dimensions, leave room for anything that loads late, and avoid inserting content above what is already visible.
The third measures the delay between somebody interacting and the page visibly responding. A tap, a click, a keypress.
Poor scores come from too much script running at once, usually third party code competing for attention while the visitor is trying to use the page.
A mostly static page with little script tends to do well here without anybody working at it.
The scores that count are gathered from real visitors on real devices, which means they reflect your actual audience rather than a simulation.
A lab test in a browser tool is useful for diagnosis because it is repeatable, and it is not what is being measured for ranking.
Small sites may have too few visitors to produce field data at all. That is not a problem to solve; it simply means the lab view is what you have.
Small sites may have too few visitors to produce field data at all. That is not a problem to solve; it means the lab view is what you have.
They are a ranking signal and a modest one. A page with poor scores and the best answer generally still wins.
They matter much more as a description of whether visitors can comfortably use your site, which affects everything else you measure.
The right posture is to fix the obvious faults, particularly layout movement, and then stop thinking about the numbers.
A page with poor scores and the best answer generally still wins, which is worth knowing before spending a fortnight on a decimal.
Pages here are static, served close to the visitor, with no third party script by default and images that declare their dimensions so nothing shifts.
That removes the common causes of poor scores by construction rather than by tuning afterwards.
Every page passes a check that runs before anything publishes, validated against Google Search Essentials and modern web standards, and layouts are checked for overflow across a range of widths.
The structural causes are removed at build rather than tuned afterwards, which is covered for each measure in layout shift.
Figures are from the source named beside each one, as published there. None of them is a claim about this product.
They are a real but modest signal. Content relevance matters far more, and a page with the best answer usually wins despite imperfect scores.
Lab tests simulate one device on one connection. Field data comes from your real visitors. They measure different things and rarely agree exactly.
It usually means too few visitors for a reliable sample. Use the lab view for diagnosis and do not read anything into the absence.
Layout movement, almost always. It is the most irritating for visitors, the easiest to fix, and the fix is usually declaring image dimensions.
15-day free trial. Card required. Cancel before day 15 and you pay nothing.