There is a number that most small business website owners have never checked, but which directly affects how many customers find their business online and whether those customers stay long enough to contact them.
That number is your website’s page load time.
Google uses page speed as a ranking signal. Visitors abandon pages that take more than a few seconds to load. And on mobile — which now accounts for the majority of web traffic — slow sites are particularly damaging, because mobile connections are often slower and visitor patience is even lower.
The Numbers
Research on page abandonment consistently finds that:
- 53% of mobile visitors abandon a page that takes longer than 3 seconds to load
- A 1-second delay in page response time reduces conversions by 7%
- Pages that load in 1 second have a 3x higher conversion rate than pages that take 5 seconds
For a small business website where a “conversion” is someone making contact, requesting a quote, or making a booking, these figures are not abstract — they represent real customers who didn’t get in touch.
What Slows Down Small Business Websites
Most slow small business websites share common causes:
Unoptimised images. A high-resolution image that looks fine in a photo editor might be 5-10MB in size. A web page might include dozens of these. Properly compressed images for web use should typically be under 200KB each. This is one of the most common and most impactful issues.
Cheap shared hosting. As discussed in a previous article, shared hosting means shared resources. When a neighbour site is busy, your site slows down. You have no control over this.
No CDN. Without a Content Delivery Network, all requests go to a single server, wherever it’s located. A server in the US serving European visitors will always be slower than one nearby. A CDN like Cloudflare distributes your content globally, serving visitors from the nearest location.
Too many plugins. For websites built on WordPress, each plugin adds code that runs on every page load. Accumulating plugins over the years — many of which may no longer be actively needed — adds significant weight.
No caching. Caching stores frequently-requested content so it can be served quickly without regenerating it on every request. Without caching, every page visit requires the server to do unnecessary work.
Render-blocking scripts. JavaScript and CSS files that load before page content is visible delay the moment a visitor can see and interact with the page. Proper loading order optimisation addresses this.
Google Core Web Vitals
Google has formalised page experience signals into a set of metrics called Core Web Vitals, which are used as ranking factors:
Largest Contentful Paint (LCP): How long until the main content of the page is visible. Target: under 2.5 seconds.
Cumulative Layout Shift (CLS): How much the page layout unexpectedly shifts while loading — that annoying effect where you try to tap something and it moves. Target: under 0.1.
Interaction to Next Paint (INP): How quickly the page responds to user interaction. Target: under 200 milliseconds.
You can check your website’s Core Web Vitals scores using Google PageSpeed Insights (pagespeed.web.dev) — it’s free, immediate, and provides specific recommendations.
What Good Performance Looks Like
A well-optimised small business website should:
- Load the main visible content in under 2 seconds on a typical mobile connection
- Score 90+ on Google PageSpeed Insights (both mobile and desktop)
- Serve images in modern formats (WebP, AVIF) at appropriate sizes for the display
- Use a CDN for static asset delivery
- Implement appropriate caching
These aren’t unreachable standards. They’re achievable with proper hosting, image optimisation, and configuration — and they make a measurable difference to search visibility and visitor retention.
How Cloudflare Helps
Cloudflare sits in front of your website and provides CDN capabilities, image optimisation, caching, security filtering, and performance enhancements — including automatic conversion of images to modern formats — for a modest cost or free at basic tiers.
For small businesses using Cloudflare Pages to host static sites (like this site), performance is outstanding by default — sites are served from Cloudflare’s global edge network with no configuration required.
W3IT assesses website performance as part of our technical review service. If you’ve never checked your Google PageSpeed score, we’d suggest doing so now — the results are often surprising, and the improvements are often straightforward.