The five most effective ways to speed up an Australian business website are: optimise your images, improve your hosting, remove unused plugins and scripts, lazy-load below-the-fold content, and use a CDN. Together these fix the vast majority of slow sites — and a faster site means better Google rankings and more conversions.
Website speed isn't a luxury. It's a confirmed Google ranking signal and a major driver of conversions — slow sites lose visitors before they see your content. This guide covers what speed actually gets measured on, whether it really moves your rankings, and the five fixes that deliver the biggest gains.
What "page speed" actually measures: Core Web Vitals
Google measures speed through Core Web Vitals — three metrics that capture how fast and stable a page feels to a real visitor. Think of it like judging a restaurant: how quickly do you get served, how responsive is the staff, and does your table keep wobbling?
LCP — Largest Contentful Paint (loading)
How long until the main content appears, usually your hero image or main heading.
Good: under 2.5 seconds · Needs improvement: 2.5–4 seconds · Poor: over 4 seconds
Usually held back by large unoptimised images, slow server response, render-blocking JavaScript, or slow-loading fonts. Fix it by compressing images, using modern formats, upgrading hosting, and preloading your largest image.
INP — Interaction to Next Paint (responsiveness)
How quickly the site responds when someone clicks, taps or types. It replaced the older FID metric in 2024.
Good: under 200 milliseconds · Needs improvement: 200–500ms · Poor: over 500ms
When someone clicks a button and nothing happens for a second, the site feels broken. Heavy JavaScript, too many scripts, and third-party widgets (analytics, chat) are the usual causes. Fix it by cutting JavaScript, deferring what isn't critical, and auditing third-party scripts.
CLS — Cumulative Layout Shift (visual stability)
How much the layout jumps around while loading. If you've ever gone to click a button and the page shifted so you hit something else, that's layout shift.
Good: under 0.1 · Needs improvement: 0.1–0.25 · Poor: over 0.25
Caused by images without dimensions, late-loading ads or embeds, fonts that swap in, and content injected above what's already on screen. Fix it by always specifying image dimensions and reserving space for anything that loads late.
Does page speed actually affect SEO?
Yes — page speed has been a confirmed Google ranking signal since 2010 for desktop and 2018 for mobile, measured today through Core Web Vitals. But it works as a tiebreaker rather than the dominant factor. Relevant, useful content still comes first. Where speed decides things is between two pages that are otherwise evenly matched: the faster one wins.
The bigger reason to care is commercial. Slow sites quietly bleed money:
- Conversion rates drop around 7% for every additional second of load time.
- A large share of mobile visitors abandon a page that takes more than three seconds.
- Higher bounce rates signal a poor experience back to Google, compounding the ranking problem.
Speed matters most if you're in a competitive search market, rely on organic traffic, or run an eCommerce site where speed converts directly into sales. It matters least if you have little competition and most of your traffic is direct or referral. Even then, a fast site converts better — so the floor is still "don't be slow".
Why some sites are slow
Most slow Australian small business sites share the same causes: large unoptimised images, cheap oversold hosting, plugin and script bloat (especially on neglected WordPress sites), no caching or modern image formats, and render-blocking code. All of them are fixable, and the fixes below are ordered by how much they typically move the needle.
1. Optimise your images
The single biggest win for most sites. Large, unoptimised images are the number one cause of slow pages. The fix: compress images, use modern formats (WebP or AVIF), and serve them at the right size rather than scaling down huge files in the browser. On image-heavy sites, this alone can transform load times. Expected impact: high.
2. Improve your hosting
Cheap, oversold shared hosting has slow server response times that cap how fast your site can ever be. Upgrading to quality hosting — or a modern platform — improves the foundational speed every other optimisation builds on. If your server is slow to respond, nothing else fully fixes it. Expected impact: high.
3. Remove unused plugins and scripts
Every plugin, chat widget, analytics tool, and social embed adds weight and slows the page — a problem that compounds on neglected WordPress sites. Audit what's actually running, remove anything non-essential, and keep only what earns its place. Less code means a faster site. Expected impact: medium to high.
4. Lazy-load below-the-fold content
There's no need to load images and videos a visitor hasn't scrolled to yet. Lazy loading defers off-screen content until it's needed, so the visible part of the page appears faster. It's especially effective on long pages and galleries, where it dramatically cuts initial load. Expected impact: medium.
5. Use a CDN
A content delivery network (CDN) serves your site from servers geographically closer to each visitor. For Australian businesses with visitors across the country — or internationally — a CDN reduces the distance data travels, speeding up delivery. Many modern hosting platforms include one. Expected impact: medium.
How to check your own scores
Run your URL through Google PageSpeed Insights (free, at pagespeed.web.dev) for a score and specific recommendations. Then check the Core Web Vitals report in Google Search Console for real-world data from actual visitors across your whole site — note that this report needs a certain amount of traffic before Google can populate it, so newer or quieter sites will show "not enough data". Developers can use Chrome's built-in Lighthouse tool for a detailed breakdown.
Aim for a PageSpeed score of 90+ on desktop and 70+ on mobile, with all three Core Web Vitals in the green. Mobile scores are typically lower than desktop — that's normal. Focus on mobile, since that's what Google prioritises.
Tune-up vs rebuild: which do you need?
These five fixes are a performance *tune-up* — they make a fundamentally sound site faster. But sometimes a site is slow because it's built on bloated foundations that optimisation can only partially rescue. The signs you need a rebuild rather than a tune-up: the site is heavily plugin-dependent, fails Core Web Vitals even after optimisation, or is built on an outdated platform.
In that case, a performance-first custom Next.js build delivers speed by default rather than clawing it back — pre-rendered pages, automatic image optimisation and minimal overhead routinely produce 90+ scores out of the box. For most sites, though, start with the tune-up — and keep it fast with ongoing website maintenance, since performance quietly degrades without upkeep. For the foundations that sit underneath all of this, see our technical SEO checklist for new websites.
Frequently Asked Questions
How can I speed up my website?
The five most effective fixes are optimising your images (compress, use modern formats, correct sizes), improving your hosting, removing unused plugins and scripts, lazy-loading below-the-fold content, and using a CDN. Image optimisation and hosting typically deliver the biggest gains. Together these resolve the majority of slow business websites.
What are Core Web Vitals?
Core Web Vitals are three Google metrics that measure real-world user experience: Largest Contentful Paint (LCP, loading speed), Interaction to Next Paint (INP, responsiveness), and Cumulative Layout Shift (CLS, visual stability). Google's "good" thresholds are LCP under 2.5 seconds, INP under 200 milliseconds, and CLS under 0.1.
Does page speed affect SEO?
Yes. Page speed has been a confirmed Google ranking signal since 2010 for desktop and 2018 for mobile, measured today through Core Web Vitals. It acts as a tiebreaker rather than the dominant factor — relevant content still comes first — but between two evenly matched pages, the faster one ranks higher. The conversion impact is usually the bigger prize anyway.
Why is my website slow?
Common causes are large unoptimised images, cheap hosting with slow server response, too many plugins and third-party scripts, no lazy loading, and no CDN. Image size and hosting quality are usually the biggest culprits. Most of these are fixable with a performance tune-up, though heavily bloated sites may need rebuilding.
What's the difference between optimising a website and rebuilding it?
Optimising (a tune-up) makes a fundamentally sound site faster through fixes like image compression and removing bloat. Rebuilding replaces a site whose underlying foundations are too slow to rescue — for example, one that's heavily plugin-dependent or fails Core Web Vitals even after optimisation. Start with a tune-up; rebuild only if optimisation can't get you there.
Does a CDN make a website faster?
Yes, particularly for sites with geographically spread-out visitors. A CDN serves your content from servers closer to each visitor, reducing the distance data travels and speeding up delivery. For an Australian business with national or international visitors, it's a worthwhile speed improvement, and many modern hosting platforms include one by default.
Want a website that's genuinely fast?
Every site we build is optimised for Core Web Vitals from the start, which is why our builds typically score 90+ on PageSpeed — performance is far easier to design in than to retrofit. Explore our website maintenance, Next.js development and SEO and digital growth services, or get in touch and we'll see what's slowing you down.