Does site speed affect search rankings?
Yes, through Core Web Vitals — but the bigger cost of a slow site is visitors leaving before it finishes loading.
Yes, through Core Web Vitals, which Google has published as a ranking signal. But treat that as the smaller part of the answer. The larger part is that a slow page loses real visitors before any ranking algorithm gets involved, and that loss compounds every other effort you make.
What Core Web Vitals actually measure
Core Web Vitals are three published metrics Google uses to judge real-world page experience:
| Metric | What it measures | Google's threshold |
|---|---|---|
| LCP (Largest Contentful Paint) | How long the largest visible element takes to render | Under 2.5 seconds |
| CLS (Cumulative Layout Shift) | How much visible content jumps around while the page loads | Under 0.1 |
| INP (Interaction to Next Paint) | How quickly the page responds after someone clicks or taps | Under 200 milliseconds |
These are field measurements taken from real visitors' browsers, not a single lab test — which is why the same page can show different results in different tools depending on which data source they draw from.
Why the indirect effect matters more
A page that loads slowly loses visitors who leave before it finishes — an effect completely independent of any ranking signal. Those visitors do not convert, do not return, and their quick departure is itself a weak behavioural signal search engines can pick up on regardless of what the Core Web Vitals score says. A technically passing score does not undo the cost of a page that felt slow to the person waiting for it.
Server response time is part of what determines LCP, and it is the part your hosting plan influences directly. But unoptimised images, render-blocking scripts, and heavy third-party embeds are usually the larger contributors on a typical site, and no hosting upgrade fixes those on its own.
Where to start
Check your actual numbers before changing anything — see how to test your website speed properly for tools that report field data rather than a single simulated run. If the results are poor, why your website is slow works through the most common causes in the order worth checking them, starting with the ones most likely to be the actual bottleneck on shared or standard hosting.
Related reading
A way to work out whether your site is slow because of the server, the page itself, or the network in between.
How to test your website speed properlyHow to run a speed test that gives you a real answer, and the common mistakes that produce a misleading one.
Does HTTPS affect SEO?Google has confirmed it counts, though as a lightweight signal. The larger effect is what happens without it.
Does where my site is hosted affect SEO?Barely, and only through load time for distant visitors. The signals that actually target a country live elsewhere.