Page speed is how long it takes for a page to load and become usable for a visitor. It affects both search rankings and, more importantly, whether visitors stay on the page at all. A page that takes 5 seconds to load on mobile loses a significant share of its visitors before they ever see the content.
Why Speed Matters for SEO
Search engines want to send users to good experiences. A page that loads slowly is a poor experience — independent of how good the content is. Google incorporated page speed as a ranking signal in 2010 and expanded it with Core Web Vitals in 2021.
But the ranking effect is often overstated. The more direct impact of slow pages is on behaviour:
- Higher bounce rate (visitors leaving before the page loads).
- Fewer pages per session (frustration reduces exploration).
- Lower conversion rate (slower checkout, slower product pages).
These behavioural signals compound the ranking effect over time.
What Google Measures
Google's Core Web Vitals are the main technical measures:
| Metric | What it measures | "Good" threshold |
|---|---|---|
| LCP (Largest Contentful Paint) | How long the main visible content takes to appear | Under 2.5 seconds |
| INP (Interaction to Next Paint) | How quickly the page responds to clicks/taps | Under 200ms |
| CLS (Cumulative Layout Shift) | How much page elements jump around while loading | Under 0.1 |
Run your page through our SEO Checker for a practical starting point, and see Core Web Vitals explained in plain English for a deeper look at each metric.
The Biggest Speed Gains, In Order
- Images — almost always the largest resource on a page. Resize to display size and compress. See how to fix images slowing down your website.
- Hosting and server response — cheap shared hosting can be slow to respond before even sending the page.
- Too much JavaScript — scripts block rendering; third-party scripts (ads, analytics, chat widgets) are common culprits.
- Not using a CDN — serving files from one geographic location is slow for visitors far away.
- Missing caching — without caching, every visitor loads everything from scratch.
A Practical Starting Point
Check your page with Google's PageSpeed Insights (free, no account needed) to get a scored breakdown of which specific issues are slowing it down. Address images first — it's where the most improvement for the least effort almost always lies.
Measuring What You Can't See
Many speed problems are invisible during development when the developer is on a fast laptop with a wired connection. Real-world visitors on mobile data in Pakistan, India or elsewhere may experience a very different load time. Testing with Chrome's DevTools Network throttling (set to "Slow 3G" or "Fast 3G") gives a closer approximation of what slower connections experience. For the single biggest fix available on most sites, see how to fix images slowing down your website — image weight addresses the most common cause of poor real-world load times in the fewest steps.