Website speed is one of those things everyone knows matters but few businesses actually check. It sits in the background, invisible, quietly costing you leads and search rankings while you focus on things you can see. Here's a sobering reality: Google measures your page speed and factors it directly into your search rankings. Users measure it with their patience — and they abandon slow sites within seconds, often before they've read a single word.
The good news is that speed problems are fixable. The bad news is that most businesses don't discover they have them until someone else points it out. So let's start there.
of mobile visits are abandoned if a page takes longer than 3 seconds to load.
drop in conversions for every 1-second delay in page load time.
How to Test Your Site Right Now
You don't need a developer to find out how your site is performing. These three tools are free, instant, and give you everything you need to understand where you stand:
Google PageSpeed Insights
Go to pagespeed.web.dev, paste your URL, and hit Analyse. You'll get separate scores for mobile and desktop, plus a prioritised list of what to fix. This is the one Google uses to assess your site, so it's the most important score to pay attention to.
GTmetrix
More detailed than PageSpeed Insights, GTmetrix shows you a waterfall view of every resource your site loads, how long each one takes, and where the bottlenecks are. It's the tool to use when you want to dig into specifics rather than just get an overview score.
Google Search Console — Core Web Vitals report
If your site is already set up in Google Search Console (it should be), the Core Web Vitals report shows you real-world performance data from actual visitors to your site — not just a lab test. It's slower to update but reflects what your users actually experience.
What do the scores mean? PageSpeed Insights rates pages 0–100:
- 90–100 Good — your site is in the top tier
- 50–89 Needs Improvement — worth fixing, especially on mobile
- 0–49 Poor — your site is actively losing visitors and rankings
Most small business websites score under 50 on mobile. If yours does, you're in the majority — but that doesn't make it acceptable.
Core Web Vitals Explained (Simply)
Google's Core Web Vitals are three specific measurements that quantify how a real user experiences your page. They sound technical but the concepts are straightforward.
How long until the main content loads. Target: under 2.5 seconds.
How quickly the page responds when you click something. Target: under 200ms.
Does the page jump around as it loads? Target: under 0.1.
LCP is the one that matters most for most businesses — it's essentially the question "how long until my page feels loaded?" If your hero image takes 4 seconds to appear, your LCP is 4 seconds. Visitors won't wait.
CLS is the one that frustrates users most without them knowing why. You've experienced it: you go to tap a button and right as you tap, an ad loads above it and the button shifts down. You tap the wrong thing. That's a high CLS — and it's a terrible user experience that also hurts your ranking.
The Biggest Speed Killers
Speed issues come from predictable sources. In order of how much impact fixing them typically has:
- Unoptimised images — This is the biggest culprit by a significant margin. A single high-resolution photo uploaded directly from a camera can be 5–10MB. Compressed and converted to WebP format, the same image can be 200–400KB with no visible quality difference. If your site has ten of these, you're adding 50–100MB of unnecessary download before a visitor sees anything.
- Cheap shared hosting — On shared hosting, your site shares server resources with potentially hundreds of other websites. When those sites get traffic, your site slows down. You have no control over it. Moving to quality hosting (Netlify, Cloudflare Pages, or a premium managed host) is often the single biggest speed improvement available.
- Too many plugins — Every WordPress plugin you install adds JavaScript and CSS that your visitor's browser has to download and process. A site with 30 plugins will almost always be significantly slower than the same site with 10 well-chosen ones. Audit your plugins regularly and remove anything you're not actively using.
- Render-blocking JavaScript — Some scripts force the browser to stop loading your page completely until they finish running. Third-party scripts — analytics, chat widgets, social embeds — are common offenders. Loading these scripts asynchronously or deferring them until after the main content loads can have a dramatic effect on perceived speed.
- No caching — Without caching, every visitor to your site re-downloads the same files every time they visit. Proper browser caching tells visitors' browsers to store static files locally so repeat visits load almost instantly.
The Fixes That Matter Most
If you can only do a handful of things, do these — they give you the most return for the effort:
- Compress and convert images to WebP format. Use a tool like Squoosh, Imageoptim, or set your CMS to serve WebP automatically. This single change often improves LCP by a full second or more.
- Use quality hosting. Netlify, Cloudflare Pages, and premium managed WordPress hosts serve content from edge locations globally, meaning faster response times regardless of where your visitor is. For static sites especially, this is a game-changer.
- Minify CSS and JavaScript. Minification removes unnecessary whitespace, comments, and redundant code from your files. Most build tools do this automatically — if you're not using a build tool, plugins like Autoptimize handle it for WordPress.
- Enable browser caching. Set appropriate cache headers for static assets — images, fonts, CSS, JS. These files rarely change and there's no reason a returning visitor should re-download them.
- Use a CDN for static assets. A Content Delivery Network stores copies of your files on servers around the world, serving them to visitors from the nearest location. For sites with a lot of media, this makes a meaningful difference.
Speed and SEO
Google made Core Web Vitals an official ranking factor in 2021 and has continued to increase their weight in search results. The practical implication is direct: two websites with identical content, identical backlinks, identical everything — the faster one ranks higher. It is a competitive advantage you're either using or surrendering to the businesses in your area that have already addressed it.
For local businesses competing for search visibility in specific suburbs and service areas, this matters enormously. A 10-position difference in rankings isn't just about pride — it's the difference between appearing on page one where customers click, and appearing on page two where they don't.
Speed is also deeply connected to conversion. We cover the full picture in our article on what makes a website actually convert visitors into customers — speed is one of six elements that consistently separates high-performing websites from underperforming ones.
If your site scores under 70 on PageSpeed Insights — especially on mobile — the issues are almost certainly fixable without a full rebuild. Often a few targeted improvements to images, hosting, and caching get you from Poor to Good. If you'd like us to take a look and tell you what's costing you the most, get in touch.