FAQ SEO & Marketing

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.

Updated 4 min read Beginner

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:

MetricWhat it measuresGoogle's threshold
LCP (Largest Contentful Paint)How long the largest visible element takes to renderUnder 2.5 seconds
CLS (Cumulative Layout Shift)How much visible content jumps around while the page loadsUnder 0.1
INP (Interaction to Next Paint)How quickly the page responds after someone clicks or tapsUnder 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.

Hosting is one input among several

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