← BACK TO BLOG
PERFORMANCEMarch 2026· 6 min read

Website Speed Optimisation: A Plain-English Guide for Business Owners

Your website speed affects your rankings, your ad costs, and your conversion rate. Here's what actually slows sites down — and what fixes make the biggest difference.

Why Website Speed Matters More Than Ever

In 2026, page speed affects four things simultaneously: your Google organic rankings (Core Web Vitals are a ranking signal), your Google Ads cost per click (Quality Score), your conversion rate (slow sites have higher bounce rates), and your AI search visibility (faster, well-structured sites are cited more often).

The average small business website loads in 6–8 seconds on mobile. The threshold where Google starts penalising is 2.5 seconds for your main content. There's nearly always a significant gap to close.

What Actually Makes Websites Slow

Images — the biggest culprit

Unoptimised images account for 60–70% of the total page weight on most small business websites. A hero image saved as a 3MB JPEG when it should be a 180KB WebP is the single most common speed problem — and the single biggest opportunity for improvement.

The fix: convert images to WebP or AVIF format, compress them appropriately, and add explicit width/height attributes so the browser reserves space while they load (preventing layout shift).

JavaScript — the second biggest issue

Every script you add to a page adds to the time before a visitor can interact with it. The usual suspects: Google Tag Manager loading 8 different marketing pixels, a chat widget that loads on every page even if no one ever uses it, a social proof plugin, a cookie consent manager, and a heatmap tool — all loading simultaneously before the page responds to a tap.

The fix: audit which scripts are actually used, load non-critical ones after interaction, and set them to defer or async.

Fonts

Custom fonts from Google Fonts or Adobe Fonts block rendering until downloaded. The fix: preconnect to the font domain in your HTML head, use font-display: swap so text shows immediately in a system font while the custom font loads, and only load the specific font weights you actually use.

Hosting and server response time

A slow server (Time to First Byte above 600ms) adds a baseline delay to everything else. Shared hosting is common culprit. Moving to a CDN-backed hosting solution or a faster tier often has the second-highest impact after image optimisation.

The Fixes in Order of Impact

  1. Compress and convert images to WebP
  2. Add lazy loading to below-the-fold images
  3. Defer non-critical JavaScript
  4. Preconnect to external domains (fonts, analytics, CDNs)
  5. Enable browser caching headers
  6. Consider upgrading hosting or adding a CDN

How to Measure Your Starting Point

Run a free performance audit on your site to see your current Core Web Vitals scores (LCP, TBT, CLS) and a breakdown of what's causing each issue. The report will show which fixes are available and their estimated impact — useful for briefing a developer or prioritising your own time.

FREE 60-SECOND AUDIT

SEE HOW YOUR SITE SCORES ACROSS ALL 5 PILLARS

Performance · SEO · Accessibility · Security · AI Visibility — with a revenue impact estimate. No sign-up required.

RUN FREE AUDIT →

MORE FROM THE BLOG

PERFORMANCEHow a Slow Website Is Inflating Your Google Ads Costs
ACCESSIBILITYADA Website Compliance for Small Businesses: What You Need to Know
AI VISIBILITYIs Your Website Invisible to ChatGPT? How AI Search Is Changing Everything