Website Speed and Core Web Vitals 2026: How Seconds Affect Sales
A user decides whether to stay on a site within the first 2–3 seconds. Every extra second of loading is a share of visitors who left without waiting. Speed isn't a "nice bonus for developers" — it's a direct lever on conversion and search rankings. We explain the Core Web Vitals metrics in human terms and give a checklist for what to do with them.
Why speed is money, not aesthetics
The pattern is confirmed by studies on large platforms: the longer a page loads, the lower the probability of a purchase. Moving load time from 1 to 3 seconds noticeably increases the share of people who close the tab; on mobile the effect is even sharper. The logic is simple: a slow site tires people out, breeds distrust ("if everything lags here, will my order even arrive?") and pushes them to the competitor who's one click away.
Another reason is search. Google officially counts Core Web Vitals as one of the ranking signals. All else being equal, a faster site stands higher. And, as we wrote in the article on GEO optimization, slow pages also end up worse in AI search answers.
The three Core Web Vitals metrics in simple words
Core Web Vitals is a set of indicators from Google that describe the real feel of a page. In 2026 there are three of them:
- LCP (Largest Contentful Paint) — how fast the main thing appears. The time it takes for the largest on-screen element (usually the main image or heading) to become visible. Good — under 2.5 seconds. It answers the question "when does the user see that the page has loaded".
- INP (Interaction to Next Paint) — how fast it responds. How quickly the site responds to actions: you pressed a button — how long until something happened. Good — under 200 milliseconds. In 2024 INP officially replaced the old FID metric and measures responsiveness more precisely.
- CLS (Cumulative Layout Shift) — layout stability. How much elements "jump" during loading. Everyone knows the annoyance: you aim at a button, and a banner jumps into its place. Good — a value under 0.1.
You can check your own values for free in PageSpeed Insights or in the Core Web Vitals report in Google Search Console — there you see real data from live users, not just a lab test.
Speed-up checklist: what gives the biggest effect
- Images. The most common cause of slow LCP. Modern formats (WebP/AVIF), the right size for the screen, lazy loading of what's below the fold, and
width/heightso the layout doesn't jump. - Fonts. Self-hosting fonts instead of a third party,
font-display: swapand preloading the key weight — text appears at once, without "flashing". - Scripts. Less heavy JavaScript, deferred loading of analytics and widgets, removing what no one uses. It's overloaded JS that most often spoils INP.
- Caching and compression. Gzip/Brotli, browser caching of static assets, a CDN where needed. Repeat visits become instant.
- Hosting. A slow server response drags everything else down. Sometimes the fastest way to speed up a site is to move it: we wrote about the choice in the article VPS vs shared hosting.
- Clean code instead of "combine harvesters". A site on a heavy builder template with a dozen plugins almost always loses to a tidy custom layout. That's why we build turnkey websites with 90+ speed as a standard.
A common mistake: "we'll speed it up later"
Speed is cheapest to build in at the start, into the architecture. Once a site is already assembled on a heavy template with a dozen extensions, every optimization turns into fighting the consequences and costs more than the development itself. If your site is already slow — that's not a verdict: in most cases it's realistic to speed it up noticeably as part of support, without a rewrite from scratch. But a new project is more honestly built fast from the start.
Conclusion
Core Web Vitals isn't a whim of Google's — it's an attempt to measure what the customer already feels anyway: fast, responsive, no jumps. Keep LCP under 2.5 s, INP under 200 ms, CLS under 0.1 — and you'll get more inquiries from the same traffic. Want to know where your bottlenecks are? We'll do a free speed audit and show what gives the biggest gain.