What Are Core Web Vitals?
Updated 30 July 2026
Jump to section
Core Web Vitals are three metrics Google uses to score how a real page feels to a visitor. Largest Contentful Paint (LCP) measures loading, Interaction to Next Paint (INP) measures responsiveness, and Cumulative Layout Shift (CLS) measures visual stability. Together they form the measurable core of Google's page-experience ranking signal. A page passes when 75% of real visits hit each good threshold (web.dev, Google's own performance guide, updated October 2024).
What do the three metrics measure?
Each Core Web Vital scores one part of how a page behaves for a real visitor: how fast it loads, how quickly it responds, and how steady it stays. Google grades every metric as good, needs improvement, or poor.
| Metric | What it measures | Good | Poor |
|---|---|---|---|
| LCP (Largest Contentful Paint) | Time until the largest visible element renders | ≤ 2.5 s | > 4.0 s |
| INP (Interaction to Next Paint) | Delay between a tap or click and the visible response | ≤ 200 ms | > 500 ms |
| CLS (Cumulative Layout Shift) | How much the layout shifts while the page loads | ≤ 0.1 | > 0.25 |
Source: thresholds from web.dev, updated October 2024; Google assesses each metric at the 75th percentile of loads.
INP replaced the older First Input Delay (FID) metric on 12 March 2024, so any guide still built around FID is out of date.
FID timed only the first interaction. INP watches responsiveness across the whole visit.
How do you measure Core Web Vitals?
You read Core Web Vitals from real Chrome users, not from a single lab test on your own machine. Google publishes that field data through the Chrome User Experience Report (CrUX), and several free tools surface it.
- PageSpeed Insights: paste a URL and read the real-user assessment block first; the lab score below it is only a diagnostic.
- Google Search Console: the Core Web Vitals report groups every failing URL and tracks it over a rolling 28-day window.
- Chrome DevTools: the Performance panel reproduces LCP and layout-shift problems locally so a developer can fix them.
Google assesses each metric at the 75th percentile, segmented across mobile and desktop.
A brand-new page has no field data yet. It shows lab estimates only until real traffic arrives.
How much do Core Web Vitals affect Google rankings?
Core Web Vitals are a ranking signal, not a ranking system, and good scores never guarantee a top position. Google's own documentation is blunt: it "seeks to rank pages with the best information overall, even if the page experience is subpar" (Google Search Central). Content relevance still decides most of how you rank in Malaysia.
They earn their keep as a tie-breaker and a floor. Between two pages of similar usefulness, the faster, steadier one has an edge. They also protect the traffic you already have, because visitors leave pages that stall before a ranking ever applies.
On a slow site, that loss shows up long before Search Console does.
Speed feeds discovery beyond Google too. Crawlers for answer engines and generative engines fetch fast, stable pages more reliably, and a page they cannot render cleanly rarely gets cited in AI Overviews. For a Malaysian audience, the mobile score matters most, because Google indexes most sites from the mobile version of the page, and local traffic skews heavily to phones.
What usually breaks them?
A handful of the same causes wreck Core Web Vitals on most sites we audit in Kuala Lumpur. An uncompressed hero image is the classic LCP killer: a 2 MB photo where a 150 KB one would look identical. Fonts and banner scripts that load late shove content down the page and spike CLS.
Chat widgets and tracking tags block the main thread and drag INP up.
These are the usual causes of a slow site, and Core Web Vitals simply put numbers on them. Fixing images alone often pulls LCP down by a full second.
In our experience maintaining Malaysian SME websites, scores also decay between checks: content and images pile up, and speed drifts until someone measures it again. That is why speed upkeep belongs inside a site's ongoing maintenance, not a one-time fix.
Our web development service treats this as build-time work, because retrofitting speed onto a bloated site costs far more than baking it in.
Frequently asked questions
What counts as a good Core Web Vitals score?
A page passes when it hits all three good thresholds for at least 75% of real visits: LCP at 2.5 seconds or less, INP at 200 milliseconds or less, and CLS at 0.1 or less. Missing any one of the three means the page does not pass, even when the other two are strong. Google measures this at the 75th percentile, split between mobile and desktop.
How is INP different from the old FID metric?
INP measures how quickly a page responds across every interaction in a visit, while FID only timed the delay on the very first click or tap. A page could score a fast FID and still feel sluggish on later taps. INP closes that gap. It became a Core Web Vital on 12 March 2024, and FID was retired the same day.
Do Core Web Vitals guarantee a higher Google ranking?
No. Core Web Vitals are one ranking signal among many, and Google ranks the most useful page even when its page experience is weaker. Good scores help as a tie-breaker between similar pages and keep visitors from leaving. They do not lift thin or irrelevant content on their own. Treat them as groundwork, while useful content is what actually earns the ranking.
How long do new scores take to show up?
Field data in Search Console and PageSpeed Insights updates on a rolling 28-day window, so a fix usually takes about four weeks to appear in full. A brand-new page shows no field data at all until it gathers enough real traffic. Until then, you rely on lab tools like Lighthouse or Chrome DevTools for estimates.
Do Core Web Vitals matter more on mobile than desktop?
Yes. For most Malaysian sites, the mobile score is the one to watch. Google indexes most pages from their mobile version, and local traffic leans heavily toward phones on mobile data. A page that passes on a fast office desktop can still fail on a mid-range Android phone over 4G. Test on mobile first.
Can a fast page still fail Core Web Vitals?
Yes. A page can load quickly yet still fail on CLS if a late banner or font pushes the layout around, or fail on INP if a heavy script freezes the page after a tap. Loading speed is only one of the three metrics. All three have to pass at the 75th percentile for the page to clear the assessment.
Where to start
Fix the biggest offender first, which on nearly every site is images, then re-check in PageSpeed Insights once real traffic returns. Storming Solutions is a web development and SEO agency in Kuala Lumpur; we build sites to pass Core Web Vitals from launch and audit existing ones against their field data. If your Search Console report is flagging failing pages, tell us what it shows and we will trace the cause, or see how we build for speed on our web development page.