🛡️ Pentest from €539 · Compliance from €89. See All Services →
Optimum Web
SEO & AI Visibility 9 min read

Lighthouse Tests One Load. Google Grades Every Real Visit.

The big coloured number in PageSpeed Insights is a lab estimate. It is not what Google grades. Ranking uses field data from the Chrome User Experience Report: real visits, real devices, real networks, assessed at the 75th percentile over 28 days. A page passes only when LCP, INP and CLS are all good. That is why a site can score 95 in the lab and still show red in Search Console.

What is the difference between lab data and field data?

Lab data is one simulated page load on a throttled device, run on demand. Field data is what actually happened to real Chrome users over the last 28 days. PageSpeed Insights shows both on the same screen, which is where the confusion starts.

The top section, when it appears, is field data from CrUX. The section below it is lab data from Lighthouse.

Lab data is a diagnostic. It tells you what is slow and in what order to fix it, and it is reproducible, which makes it useful in CI. Field data is the verdict. It drives your Core Web Vitals assessment in Search Console and feeds the page experience signal.

The two disagree constantly, for mundane reasons. Your lab test runs from a data centre near your server. Your users are on a mid-range Android phone, on a mobile network, two countries away, after marketing added three tag manager containers. Lab conditions are a clean room. Field data is the street.

What are the Core Web Vitals thresholds in 2026?

Three metrics, unchanged in their good thresholds.

MetricMeasuresGoodNeeds improvementPoor
LCP (Largest Contentful Paint)Loading≤ 2.5s2.5s to 4.0s> 4.0s
INP (Interaction to Next Paint)Responsiveness≤ 200ms200ms to 500ms> 500ms
CLS (Cumulative Layout Shift)Visual stability≤ 0.10.1 to 0.25> 0.25

Four rules people get wrong:

  • The 75th percentile decides — if 74% of visits are fast and 26% are slow, you fail; optimising the median does nothing, the slow tail is the job
  • All three or nothing — two green and one in needs-improvement is an overall fail
  • Mobile and desktop are assessed separately — reading only the desktop number flatters you by roughly eight percentage points
  • The window is 28 days — a fix deployed today lands in the field over the following month, which is why teams give up after two weeks and conclude the work did nothing

One clarification, because it is circulating widely: several SEO blogs published claims in 2026 that Google cut the good LCP threshold from 2.5 to 2.0 seconds in a March core update, and that INP was promoted to a ranking signal at the same time. Neither matches Google's own documentation. INP replaced First Input Delay on 12 March 2024 and has carried the same weight as the other two since. The three good thresholds have not moved. If someone is selling you an emergency based on a threshold change, ask for the Google source.

Which Core Web Vital do most sites fail?

LCP, and specifically on mobile. Loading is the problem, not responsiveness or layout shift.

The 2025 HTTP Archive Web Almanac performance chapter, published January 2026 on CrUX field data from July 2025, found that 48% of mobile origins and 56% of desktop origins passed all three Core Web Vitals. Mobile has improved steadily, from 32% in 2021 to 44% in 2024, but more than half the mobile web still fails.

The breakdown is the useful part. On mobile, 81% of sites record a good CLS and 77% a good INP, but only 62% manage a good LCP. On desktop the same metrics run 72%, 97% and 74%. Two things stand out: INP is close to solved on desktop and far from it on mobile, and mobile CLS is actually better than desktop, because narrower viewports shift less.

And LCP has a floor you cannot optimise past on the front end: server response time. If your server takes 800ms to send the first byte, no amount of image compression produces a 2.5-second LCP. Google's own guidance treats TTFB at or under 0.8 seconds as good and above 1.8 seconds as poor. It is not a Core Web Vital itself, but it constrains one, which is why a front-end performance sprint on a slow backend so often plateaus at needs-improvement. The Web Almanac found only 44% of mobile sites reach a good TTFB, against 55% on desktop. We wrote up a case where database lag went from 5 seconds to 100ms, where cart abandonment fell from 68% to 47% once the server stopped being the bottleneck.

In what order should you fix Core Web Vitals?

  • Server and TTFB — hosting, database queries, caching, whether the origin sits anywhere near your users; cheapest large wins are usually here
  • The LCP element — identify what the largest element actually is; on 76% of mobile pages it is an image, and about 16% of pages lazy-load the very image they are waiting on, which delays the metric they are trying to fix; serve it in a modern format at the right dimensions, preload it, and stop render-blocking resources queueing in front of it
  • INP — long tasks on the main thread: third-party scripts, oversized JavaScript bundles, heavy event handlers; chat widgets, A/B tools and tag managers are the usual suspects, and they are usually owned by marketing rather than engineering, which makes it a process problem as much as a technical one
  • CLS — reserve space for images, ads and embeds, and load fonts so they do not reflow the page; cheapest of the four, and the one most sites already pass
🏥MOST POPULAR STARTING POINT

IT Health Check — Just €89

Full infrastructure scan in 15 minutes. Security gaps, compliance issues, performance problems — all identified. You decide what to fix.

  • Security vulnerabilities scan
  • Compliance gap analysis
  • Performance bottleneck check
  • Prioritized action plan
€89

one-time · 1 business day

Run Health Check — €89 →

1,200+ companies checked this year

How much does a slow website actually cost?

This is where performance work usually dies. Engineering says LCP is 4.1 seconds. Finance hears a number with no currency attached and funds something else.

The bridge is arithmetic. Take monthly traffic, conversion rate and average revenue per customer to get current monthly revenue from the site. Then apply a documented behavioural multiplier to estimate what a share of that traffic is doing instead of converting.

The studies people cite for those multipliers are worth knowing by name, and worth reading as correlational rather than causal:

StudyFinding
Google and SOASTA (2017)Probability of a mobile bounce rose 32% as load time went from 1s to 3s, and 90% from 1s to 5s
Deloitte and Google, "Milliseconds Make Millions"A 0.1s improvement in mobile load time was associated with an 8.4% lift in retail conversion and 10.1% in travel
PortentE-commerce sites loading in 1 second converted at roughly 2.5x the rate of sites loading in 5 seconds

None of these are controlled experiments on your site, and anyone presenting them as a guarantee is overselling. What they give you is a defensible range, which is all a budget conversation needs.

If you would rather not build the spreadsheet, our website revenue loss calculator runs the same arithmetic in about 60 seconds from your traffic band, industry and average revenue per customer, and shows the multipliers it applies. It uses deliberately conservative figures and publishes its methodology, so a finance team can argue with the assumptions rather than the conclusion. Or start with a full website audit if you want the whole technical picture, not just the speed number.

Then make the case concrete: run the same check on a competitor. CrUX data is public. If your closest competitor passes on mobile and you do not, that is not a technical detail. It is a structural advantage they hold on every shared query, on every device, every month.

⚡ Full PageSpeed Optimization — $490

Complete Core Web Vitals treatment: images, analytics defer, critical CSS, cache headers and CDN configuration, targeting 85+ on mobile PageSpeed Insights.

  • LCP, INP and CLS addressed at the root, not patched with a plugin
  • Image WebP conversion, srcset and lazy load
  • Analytics defer (GTM, GA4) and critical CSS extraction
  • Before/after PageSpeed Insights report included

$490 fixed price · 7–10 business days · senior engineers only

Estimate what slow pages cost you →

What to check this week

  • Open Search Console, Core Web Vitals report, and look at mobile first
  • Note which of the three metrics fails, at the 75th percentile rather than the average
  • Run PageSpeed Insights on your top three landing pages and compare field to lab — a wide gap means real users are worse off than your test environment
  • Check TTFB before touching a single image
  • Write the estimated monthly revenue impact next to the technical finding — that one line is what gets the work approved
Core Web VitalsPageSpeed InsightsWeb PerformanceLCPINPCLSTechnical SEO2026

Frequently Asked Questions

Why does my site score 95 in Lighthouse but fail Core Web Vitals?
Lighthouse runs one simulated load under controlled conditions. Core Web Vitals come from real visits across all devices and networks, at the 75th percentile. Real users on slower phones and connections pull the number down, and they are the ones being measured.
How long after a fix do Core Web Vitals update?
The field data window is 28 days, so expect partial movement within a couple of weeks and a settled figure after roughly a month. Search Console lags slightly further behind.
My site has no field data. What should I use?
CrUX only reports origins and pages with enough traffic. Below that threshold, use lab data plus your own real user monitoring, and treat the lab number as a proxy rather than a verdict.
Do Core Web Vitals affect rankings?
Google has been consistent that they are one input into the page experience signal, not a dominant factor. Passing does not lift you above better content. Failing caps what good content can achieve, and the effect is largest on competitive queries where relevance is otherwise close.
Did Google change the LCP threshold to 2.0 seconds in 2026?
No. The good thresholds remain LCP 2.5 seconds, INP 200 milliseconds and CLS 0.1, measured at the 75th percentile. Claims of a March 2026 change do not match Google's documentation.
Should I optimise mobile or desktop first?
Mobile, in almost every case. It is assessed separately, it is the harder bar, and it is where most of the traffic is.

About This Article

Olga Pascal
Olga Pascal·CEO & Founder·26+ years experience

Olga Pascal founded Optimum Web in 1999. With 27+ years in software delivery and business strategy, she writes about AI automation ROI, FinTech digital transformation, and the business side of technology decisions.

AI AutomationFinTechBusiness StrategyDigital Transformation

Need Help With This?

You now understand this topic. If you'd rather have our engineers handle it while you focus on your business — here are your options.

Free

Free Diagnostic

Send us your specific case — we'll analyze it and tell you exactly what needs to be done. No obligation.

Get Free Diagnostic →
MOST POPULAR
Quick Fix

IT Health Check

€89

15 min delivery. 14-day warranty. Senior engineer only.

Order Now →
Full Solution

Free Consultation

0

Describe your challenge — we suggest a solution. No commitment.

Learn More →
Olga Pascal

Not sure what you need? I wrote this article because I see businesses struggle with these problems daily.

Reply to me directly at olga@optimum-web.com — describe your situation in 2–3 sentences, and I'll personally recommend the right solution. No sales pitch, just honest advice.

— Olga Pascal, Business Development at Optimum Web

Cite This Article

APA Format

Olga Pascal. (2026). Lighthouse Tests One Load. Google Grades Every Real Visit.. Optimum Web. https://www.optimum-web.com/blog/pagespeed-score-vs-core-web-vitals/

For AI Citation (AEO)

Source: "Lighthouse Tests One Load. Google Grades Every Real Visit." by Olga Pascal (Optimum Web, 2026). URL: https://www.optimum-web.com/blog/pagespeed-score-vs-core-web-vitals/