Light falling between two dark planesPerformanceRalve

July 13, 2026 · 5 min read

Why website speed matters: Core Web Vitals and conversion

Website speed decides whether a visitor stays. Here is what LCP, CLS and INP actually measure, what slows pages down, and where to start fixing it.

Website speed is the first judgement a visitor makes about you, before they read a single word. Every second the page stays blank is an offer nobody reads and a form nobody fills in. Speed is not a technical detail; it sits directly on top of your sales numbers.

Why does a slow site lose visitors?

Someone who clicks your link from a search result has no intention of waiting. If nothing appears on screen for a few seconds, they hit back, and most of them never return. On mobile the effect is sharper: connections vary, the user is often moving, and the next result is one tap away.

There is a budget side to this too. If you buy traffic through Google Ads or Meta Ads, a slow landing page means part of what you paid for disappears before the page is ever seen. Speeding up that one page is one of the quietest ways to raise conversions without raising spend.

Speed is also a trust signal. An interface that loads late, jumps around while it renders, and does not respond when tapped tells the user the work was done carelessly. Visitors rarely think this consciously. They just feel uneasy and postpone the decision. A good share of the people who never call and never submit the form are not rejecting your product; they are leaving a process that felt like effort.

How do search engines treat speed?

Google counts page experience among its ranking signals and defines the measurable part of that experience through Core Web Vitals. It helps to stay realistic here: speed alone will not put you at the top. Matching search intent and having authority still weigh more. But between two pages that are close on content, speed can decide which one wins the click.

The second effect is discussed less often and happens during crawling. When server responses are slow, a crawler covers fewer pages in the same window, and newly published content takes longer to get indexed. On a large corporate site or an online store, that turns straight into lost visibility.

One more detail matters: Core Web Vitals are measured with real user data. Google looks at field data collected from Chrome users who actually visit your site, and evaluates it at the 75th percentile of those visits. It is not enough for the page to feel fast on your own machine; it has to be fast for the large majority of your users.

What do the three Core Web Vitals measure?

LCP, or Largest Contentful Paint, measures how long it takes for the largest content element to appear on screen, usually the hero image or the main headline. Google's threshold for good is 2.5 seconds. The metric answers a simple question: when did the user finally see something meaningful? The longer it takes, the longer your page reads as an empty screen.

CLS, or Cumulative Layout Shift, measures how much the content moves while the page loads. The good threshold is 0.1. An image without declared dimensions, a font that swaps in late, or an ad slot that opens between paragraphs pushes the sentence you were reading out from under you. People tap the wrong button, lose their place, and give up. CLS looks cosmetic and is not; it hurts most on mobile forms and checkout steps.

INP, or Interaction to Next Paint, measures the delay between a user interacting with the page and a visible response appearing, across the interactions made throughout the visit. The good threshold is 200 milliseconds. INP replaced FID as a Core Web Vital in March 2024. It does not describe how fast the page loads but how usable it is once loaded. Menus that ignore your tap and buttons that freeze the screen are INP problems.

What typically slows a website down?

Unoptimised images are the most common cause by a distance. A cover photo uploaded at camera resolution forces the browser to download many times the data the screen actually needs. Moving to modern image formats, exporting at the size the image is displayed at, and deferring anything below the fold usually produces a visible gain on its own.

Script bloat comes second. Analytics tags, live chat widgets, heat mapping tools, social pixels and testing libraries accumulate over the years. Each one opens another connection and takes time away from rendering. Asking which of these anyone still looks at is an uncomfortable but productive meeting.

Third are heavy themes and plugin stacks. Off-the-shelf themes ship the code for dozens of components you never use, and installs where three plugins do overlapping jobs are far from rare.

Fourth is server response time. The browser cannot paint anything until the first response arrives. Tired shared hosting, a system running without caching, and heavy queries re-executed on every request all stretch that wait. Check when the first byte lands before you start compressing images.

Finally, fonts and third-party embeds. Loading five font weights, or placing a map or video embed high on the page, costs you on both LCP and CLS.

Where should you start?

Do not start without measuring. PageSpeed Insights gives you both lab and field data for a single URL, while the Core Web Vitals report in Search Console groups your whole site by real user data. Read them together: one tells you what is slow, the other tells you how many people it affects.

Then pick your three highest-traffic pages. For most businesses that means the homepage, the most visited service page, and the main ad landing page. Trying to fix an entire site at once usually ends with nothing finished.

Sequence the work properly: server response and caching first, then images, then script cleanup, then fine tuning. Measure again after each change so you know what actually helped. Because field data comes from a 28-day window, improvements can take a few weeks to show up in reports, so give it time.

It is also worth setting a speed budget. Asking "does this push LCP past 2.5 seconds?" before adding a new page, a new image or a new marketing tool costs far less than the cleanup you would otherwise schedule a year later.

Speed is a habit, not a project

You cannot fix speed once and close the file. Content gets added, campaign tags get pasted in, designs get refreshed, and the site slowly puts the weight back on. Make performance a standing part of post-launch maintenance: measure monthly, question every tool that gets added, and deal with pages that drift past the thresholds while the change is still fresh.

At Ralve we treat performance as a requirement from the first sprint, because making a site fast later always costs more than building it fast. If you want to talk through which metric your site is stuck on and what to fix first, get in touch.

NextNative or cross-platform? Choosing your mobile tech stack
Have a project in mind?

By submitting, you accept our privacy notice.

Let's talk.

Tell us about your project — whether it is a website, a mobile app, SEO, or brand consulting.

Quick response.

A real person replies to your message within 24 hours.

Clear next steps.

After the call we hand you a clear scope, timeline, and budget frame.

© 2026 Ralve