Core Web Vitals and Site Speed: What You Need to Know in 2026
LCP, INP and CLS are the three metrics Google uses to measure speed — and improving them directly affects both UX and SEO.

Google uses three core metrics — collectively called Core Web Vitals — to measure how good an experience a website actually delivers. These metrics affect both direct user satisfaction and, indirectly, search rankings. Here's what they mean, how to improve them, and the mistakes to avoid.
The three core metrics
LCP (Largest Contentful Paint) — loading speed measures how long it takes for the largest visible image or text block to render. As of 2026, "good" means 2.5 seconds or under.
INP (Interaction to Next Paint) — interaction responsiveness measures the delay between a user clicking a button or typing into a field and the screen responding. "Good" means under 200 milliseconds. INP replaced the older FID (First Input Delay) metric in 2024.
CLS (Cumulative Layout Shift) — visual stability measures how much elements unexpectedly shift around while a page loads (like text jumping down when an image loads late). "Good" means 0.1 or under.
Threshold summary
| Metric | Good | Needs improvement | Poor |
|---|---|---|---|
| LCP | ≤ 2.5s | 2.5 – 4.0s | > 4.0s |
| INP | ≤ 200ms | 200 – 500ms | > 500ms |
| CLS | ≤ 0.1 | 0.1 – 0.25 | > 0.25 |
One important nuance: for a page to be classified as "good" overall, all three metrics need to pass at the same time. If two metrics are excellent but the third is poor, the page doesn't qualify as "good."
The most common causes of a slow site
Unoptimized images — large, uncompressed files directly hurt LCP. Render-blocking scripts — CSS/JS files that make the browser wait before it can paint anything. Weak hosting infrastructure — no amount of front-end optimization compensates for a slow server response (see our hosting guide). Excessive plugin use, especially on WordPress sites, which piles on unnecessary code. And images or ad slots without defined dimensions, one of the most common causes of poor CLS.
Practical steps to improve
Convert images to modern formats like WebP and serve them at appropriate sizes, specify width and height attributes on every image so the browser can reserve space, defer non-critical CSS/JS, inline critical CSS so the first view renders faster, use loading="lazy" for off-screen content, and choose reliable hosting with adequate resources.
How to measure Core Web Vitals
The Core Web Vitals report in Google Search Console gives you real user data, and tools like PageSpeed Insights let you test individual pages. Regular measurement should be part of your ongoing maintenance — see our website maintenance guide.
A concrete example: an LCP problem on a real estate site
Picture a listing page with 20 photos. If the large cover photo that loads first is 4MB, it directly hurts the LCP metric. Converting that same image to WebP, bringing it down to 200-300KB, and serving it at the right size typically improves LCP by whole seconds. This is a textbook example of a single technical fix turning into a measurable SEO and user experience gain.
The difference between mobile and desktop
Google evaluates ranking primarily based on the mobile version of a site (mobile-first indexing). So a site that's fast on desktop but slow on mobile takes a direct hit in search rankings. When testing on mobile, using an actual mid-range phone and simulating a normal mobile connection speed is the key to getting realistic results.
Common mistakes
Testing only on desktop and never checking mobile performance, uploading images at their original, uncompressed size, publishing ad or banner slots without a fixed size (which breaks CLS), adding too many third-party scripts (live chat, analytics, ads) without ever measuring their impact on speed, and optimizing once and never checking again — speed needs re-testing every time new content or features are added.
Why it matters
Google continues to use Core Web Vitals as a ranking signal. And beyond SEO, a slow site loses visitors regardless of how good the content is — especially in fast-decision scenarios like mobile browsing, bookings, or online shopping. For the broader SEO picture, see our SEO-friendly website guide.
Seasonal traffic and speed for tourism sites
For a hotel or travel agency site that sees seasonal traffic spikes, speed optimization matters even more. A site that gets several times its normal traffic in summer can slow down significantly if hosting capacity and caching strategy aren't set up correctly. Running a load test before the season starts surfaces potential bottlenecks before they become a real problem — we cover this in our hosting guide as well.
The hidden cost of third-party scripts
Live chat widgets, analytics tools, social media buttons, and ad scripts each look small on their own, but together they can meaningfully hurt page speed. Asking "do we actually need this" before adding any new third-party tool, and re-measuring site speed after adding it, prevents a slowdown that otherwise accumulates unnoticed over time.
Who should own speed optimization?
Site speed optimization requires both technical infrastructure knowledge and the discipline of regular measurement. That's why most businesses run this process together with the agency that built the site or the team handling maintenance. Rather than a one-time optimization push, a Core Web Vitals check done at regular intervals — quarterly, for instance — prevents the site from slowly degrading over time.
Want us to measure your site's Core Web Vitals performance and suggest improvements? Get in touch with Grapyweb.
Frequently asked questions
What are Core Web Vitals?
They are the three core metrics Google uses to measure a page's user experience: LCP (loading speed), INP (responsiveness) and CLS (visual stability).
What thresholds count as 'good' in 2026?
An LCP under 2.5 seconds, an INP under 200 milliseconds and a CLS under 0.1 are considered good, and a page needs to meet all three at the same time.
Is the FID metric still used?
No. Google retired FID (First Input Delay) in 2024 and replaced it with INP (Interaction to Next Paint).
Does improving site speed directly affect SEO rankings?
Yes, Core Web Vitals are one of Google's ranking signals, but they work alongside content quality and other SEO factors rather than on their own.
Which tools can I use to measure Core Web Vitals?
The Core Web Vitals report in Google Search Console shows real user data, while PageSpeed Insights and Lighthouse are useful for testing individual pages.
My site is fast on mobile but slow on desktop. Is that normal?
Not really; usually it's the other way around. It may point to different caching or server behaviour for mobile and desktop, and it's worth investigating.


