Core Web Vitals: Fix Slow Pages, Keep Rankings
Home  /  Blog

Core Web Vitals: Fix Slow Pages, Keep Rankings

The Short Answer: Core Web Vitals measure three things, how quickly your main content appears, how fast the page answers a tap, and how much the layout jumps while loading. The targets are 2.5 seconds, 200 milliseconds and 0.1. Google confirms these feed its ranking systems, but a perfect score will not rescue a page nobody wants to read. Fix speed when speed is the bottleneck, not before.

Almost every website owner in Malaysia has, at some point, been sent a red PageSpeed score by someone trying to sell them a rebuild. The score looks alarming. The pitch writes itself. And often the money gets spent on the wrong problem entirely.

Core Web Vitals are real, and Google says plainly that they are used by its ranking systems. What gets lost is the second half of the same sentence: a good score does not guarantee rankings, and chasing a perfect one purely for SEO may not be the best use of your time. Those are Google’s words, not ours.

So the useful question is not “how do I score 100?” It is “is speed the thing costing me traffic, and if it is, which fixes earn back the most for the least effort?” This piece answers both, using Chrome’s own published field data rather than the usual list of tips. The video below is the Chrome team showing where these numbers come from.

Monitor Live Core Web Vitals Metrics in the Performance Panel

Source video: Monitor live Core Web Vitals metrics in the Performance panel on the Chrome for Developers channel

PART 1 · DIAGNOSE

What Core Web Vitals Measure, and What Google Actually Says

IN BRIEFCore Web Vitals are three field metrics, loading, responsiveness and visual stability, measured on real visits, not on a test machine. Google says they are used by its ranking systems, but that good scores do not guarantee top positions. Treat them as one input to a wider SEO plan, not the plan itself.

The three metrics answer three different complaints a visitor might have. Largest Contentful Paint asks how long before the biggest thing on screen shows up. Interaction to Next Paint asks how long the page takes to visibly respond after someone taps. Cumulative Layout Shift asks how much the page moves under their thumb while it settles.

Two details change how you should read any report you are shown:

  • The scores come from real visitors. Google’s assessment uses field data at the 75th percentile, split by mobile and desktop. A fast test on your office fibre line is not the number that counts.
  • There is no single “page experience signal”. Google’s own page experience documentation states this directly, and adds that ranking systems still surface the most relevant content even when the experience is sub-par.

That second point is the one agencies quietly skip. Speed is a tie-breaker among pages that are already competitive. It is not a substitute for being the best answer to the query.

Been handed a red score and a rebuild quote?

Get the diagnosis before you approve the invoice, we will tell you if speed is even your problem. See how our Blueprint diagnosis works

BENCHMARK BRIEFING 1 OF 4

The Three Metrics, Their Targets and Their Usual Culprits

IN BRIEFA page passes only when all three metrics sit inside their thresholds for most real visits. The targets are published and fixed; what varies is which part of your site breaks them. On small Malaysian sites the culprit is usually the theme, the hero image or a plugin, rarely the hosting alone. Our technical SEO basics guide covers the groundwork underneath.

Core Web Vitals Targets and the Site Elements That Usually Break Them
The three Core Web Vitals metrics with the published good threshold for each at the 75th percentile, what each metric measures, the element that most often causes failure on a small business website, and who is normally able to fix it.
Metric What it measures Good, at 75th percentile Usual culprit on an SME site Who can fix it
Largest Contentful Paint (LCP) Loading, when the main content appears Within 2.5 seconds Oversized hero image or slider loaded by script Web developer
Interaction to Next Paint (INP) Responsiveness, the wait after a tap 200 milliseconds or less Chat widgets, tracking tags, heavy page builders Developer plus marketing
Cumulative Layout Shift (CLS) Visual stability, how much content jumps Below 0.1 Images without set dimensions, banners that push content Developer, often in an hour

Thresholds aggregated by IZI Digital Marketing from Google’s Web Vitals documentation and Google Search Central’s Core Web Vitals guidance, 2026. The culprit and ownership columns are an illustrative assessment by IZI Digital Marketing, not measured results.

PART 2 · DIAGNOSE

Is Speed Really Why You Lost Rankings?

IN BRIEFUsually not. Rankings fall for indexing, relevance or competitive reasons far more often than for speed. Speed work pays when your pages already appear on page one or two and visitors leave before reading. If your pages never appear at all, start with why your website isn’t ranking instead.

The honest test is a sequence, not a score. Ask, in order: is the page indexed, does it match what the searcher wants, does it compete on substance, and only then, does it load acceptably on a mid-range Android phone on mobile data?

Most sites we look at fail at step two or three. Speed becomes the visible symptom because it is the only thing with a number attached, so it takes the blame for a content problem.

DECISION BOX · SPEED WORK OR CONTENT WORK FIRST

Your situation What is actually failing First move Speed work value
Ranking top 10, high bounce Experience Fix LCP and CLS High
Ranking page 3–5, stuck Relevance and depth Rewrite the page Low for now
Not appearing at all Indexing or crawling Run a technical audit None yet
Rebuilding the site anyway Nothing yet Build it fast from day one Highest, it is free here

Verdict: Buy speed work when you already rank and visitors are leaving, or when you are building anyway and the cost is near zero. Delay it when the page is not yet competitive on substance, a faster weak page is still a weak page.

Bottom Line: Core Web Vitals decide close contests. They do not enter you into one. Confirm you are competitive before you spend on milliseconds.

BENCHMARK BRIEFING 2 OF 4

Where the Loading Time Actually Goes on Pages That Fail

IN BRIEFChrome’s published field analysis is blunt about this: slow pages are usually not slow because the image file is big. They are slow because the browser finds out about the image too late. That single insight redirects most speed budgets, and it belongs in every SEO audit checklist.

How Widespread Each Structural Loading Problem Is Across the Web
Share of pages across the web affected by each structural loading problem, drawn from Chrome team analysis and HTTP Archive Web Almanac data, shown as horizontal bars.
Structural problem or pattern Share of pages Scale
Mobile pages whose main content is an image 73%
Pages with at least one image missing dimensions 66%
Main images not discoverable in the initial HTML 35%
HTML documents served through a CDN 33%
Eligible pages prioritising their main image 15%
Pages hiding the main image behind a script attribute 7%

Aggregated by IZI Digital Marketing from the Chrome team’s most effective ways to improve Core Web Vitals, which draws these figures from the HTTP Archive Web Almanac and Chrome real-user data, 2024–2026.

Two numbers in that guide do the real teaching. Chrome reports that most origins with poor loading times spend less than 10% of that time actually downloading the image, and that on failing pages the image start is delayed by about 1,290 milliseconds at the 75th percentile. The wait is queueing, not bandwidth.

PART 3 · DESIGN

Which Fixes Are Worth Paying For

IN BRIEFFour fixes carry most of the gain for a typical small business site: set image dimensions, put the main image in the HTML at high priority, cut unused scripts and tags, and serve through a CDN. None of them require a rebuild, which is why a rebuild quote deserves scrutiny before you sign a website design project.

The fixes worth buying share a shape: they are cheap, they are reversible, and they change how the browser finds work rather than how much work exists. In rough order of return:

  1. Set width and height on every image. Two-thirds of pages have at least one unsized image. This is often an afternoon of work and it moves layout stability immediately.
  2. Put the main image in the HTML and mark it high priority. Remove lazy loading from the top image, avoid loading it through a script, and let the browser start early.
  3. Audit your tags and widgets. Live chat, heat maps, three analytics tools and a review popup compete for the same thread that answers taps.
  4. Put the site behind a CDN. Only about a third of HTML documents are served this way, and Malaysian sites serving regional visitors gain the most.
  5. Stop animating layout properties. Sliding banners that push content are a common, avoidable source of shift.
Consultant’s Note: The score in the lab tool is not the score Google uses. I have seen sites hit 95 in a desktop test and still fail in Search Console, because real customers arrive on older phones over mobile data. Before approving any speed invoice, ask the vendor which field metric they expect to move, and by how much. A vendor who answers “the score” is selling you a screenshot.
Bottom Line: The highest-return speed fixes are configuration changes, not reconstruction. If the recommendation is always a rebuild, the diagnosis was never done.

BENCHMARK BRIEFING 3 OF 4

Fix Effort Against Likely Metric Movement

IN BRIEFEffort and impact do not line up neatly. The cheapest fixes often move the most, while the expensive ones, new hosting, new framework, move the least per ringgit spent. Sequence by return, not by how impressive the work sounds in a proposal.

Six Common Speed Fixes: Effort, Metric Affected and Expected Movement
Six common Core Web Vitals fixes compared by the metric each affects, the effort involved, whether a developer is required, and the expected movement in field data.
Fix Metric moved Effort Developer needed Expected movement
Set image width and height CLS Low Sometimes Large
Prioritise the main image, drop lazy loading on it LCP Low Yes Large
Remove unused tags and widgets INP Low No Moderate to large
Serve the site through a CDN LCP Medium Yes Moderate
Make pages eligible for back/forward cache LCP and CLS Medium Yes Moderate
Rebuild the site on a new framework All three High Yes Large, at large cost

Illustrative model by IZI Digital Marketing, built on the recommendation priorities published by the Chrome team in the most effective ways to improve Core Web Vitals. Effort and movement are planning estimates, not measured results.

Want this ranked against your own site’s field data?

We will read your Search Console report with you and mark which rows are worth funding this quarter. Review our SEO service scope

PART 4 · DEPLOY

How to Sequence the Work Without Breaking the Site

IN BRIEFChange one category at a time and wait for the field data to catch up. Google’s assessment uses a rolling 28-day window of real visits, so a fix made today shows up in reports weeks later. Rushing five changes at once means you learn nothing about which one worked.

A workable order for a small team:

  • Week 1, measure and record. Note the current field figures for your top ten pages before touching anything.
  • Week 2, the free wins. Image dimensions, main image priority, remove dead tags.
  • Weeks 3 to 6, wait and read. Field data lags. Resist the urge to keep changing things.
  • Weeks 7 to 10, infrastructure. CDN, caching, back/forward cache eligibility if the first round fell short.
  • Week 12, decide. Either you are passing, or the platform itself is the constraint and a rebuild becomes a genuine option rather than a default one.

Keep a plain record of what changed and when. When the numbers move, that record is the only thing that tells you why.

BENCHMARK BRIEFING 4 OF 4

What a Twelve-Week Remediation Looks Like on Paper

IN BRIEFProgress is stepped, not smooth. The visible jump lands three to five weeks after the work, because the reporting window is a 28-day rolling average of real visits. Plan the reporting conversation around that lag so nobody panics in week three.

Indexed Share of URLs Passing All Three Metrics, Across Twelve Weeks
Illustrative twelve-week timeline showing the indexed share of a site’s URLs passing all three Core Web Vitals, the work carried out in each period, and the reporting lag between the work and the visible change.
Week Work in that period Indexed pass rate Scale
Week 0 Baseline recorded 30
Week 3 Free wins shipped, data still lagging 38
Week 6 Layout and image fixes fully reflected 62
Week 9 CDN and caching in place 74
Week 12 Remaining failures isolated to the platform 85

Illustrative model by IZI Digital Marketing, built on the fix priorities in the Chrome team’s Core Web Vitals guidance and the 28-day rolling reporting window described in Google’s Search Console Core Web Vitals report documentation. Indexed to 100. Not measured results.

PART 5 · DRIVE

How to Know the Fix Actually Worked

IN BRIEFJudge the work on three things: the Search Console report moving URLs from poor to good, enquiries holding or rising, and nothing else breaking. A lab score improving on its own proves the test ran, not that customers had a better visit.

Set the success measure before the work begins, and keep it small:

  • Field data, not lab data. The Search Console Core Web Vitals report is the scoreboard, because it reflects real visits.
  • URL groups, not single pages. Google groups similar URLs; a fix to one template moves the whole group.
  • A business number alongside it. Enquiries, calls or form fills for the affected pages. If those do not move at all, the speed problem was not the constraint, and that is worth knowing early.

Speed work is maintenance, not a project you finish. Every new plugin, tracking tag and campaign landing page can undo it, so a quarterly check is more useful than one heroic sprint.

Bottom Line: If the field report improves and enquiries do not, the speed fix worked and something else is losing you the sale. That is a finding, not a failure.

THE VERDICT

What We Would Do in Your Position

Check whether you are competitive first. If your pages already earn impressions, spend a fortnight on the cheap fixes, image dimensions, image priority, tag cleanup, and give the field data six weeks to answer. That sequence costs very little and settles the argument with evidence.

If your pages are not appearing at all, put the speed budget aside. Nothing about Core Web Vitals will rescue a page that Google has not indexed or does not consider relevant. Deal with that first, then come back to milliseconds when they are the last thing standing between you and the click. More of this thinking sits on the IZI homepage and across our SEO work.

FAQ

Common Questions About Core Web Vitals

1. Do Core Web Vitals affect Google rankings in 2026?

Yes, Google confirms they are used by its ranking systems. It depends on how competitive your query is, where several pages answer equally well, experience can separate them. Google also states that good scores do not guarantee top positions, so treat them as a tie-breaker rather than a lever.

2. What is a good Core Web Vitals score?

A page passes when Largest Contentful Paint is within 2.5 seconds, Interaction to Next Paint is 200 milliseconds or less, and Cumulative Layout Shift stays below 0.1. It depends on real visitors, not test runs, the assessment uses the 75th percentile of actual page loads, split by mobile and desktop.

3. Why does PageSpeed Insights show a different score from Search Console?

Because they measure different things. The lab test simulates one load on a set configuration; Search Console reports what real visitors experienced over a rolling 28-day window. When the two disagree, the field data is the one Google uses, and the one worth acting on.

4. How long before Core Web Vitals fixes show up in Search Console?

Plan for three to five weeks. It depends on how much traffic the affected pages get. The report averages 28 days of real visits, so a low-traffic page takes longer to reflect a change than a busy one. Making several changes at once will hide which fix did the work.

5. Do I need to rebuild my website to pass Core Web Vitals?

Rarely. Most failures on small business sites trace to images without dimensions, a main image loaded by script, or too many third-party widgets, all fixable in place. A rebuild becomes reasonable only when the platform itself blocks the fixes, and that should be proven, not assumed.

Not sure whether your slow pages are costing you rankings or just costing you sleep?

Book a free Blueprint consultation, we will read your field data with you, separate the speed problems from the content problems, and give you a sequenced fix list with the expensive items honestly marked as optional.

Book my free consultation

Have a campaign in mind? Let's talk.