Little Dash logo link to home page

Web performance

A fast website isn't a feature. It's a revenue decision.

Speed affects how many users stay, how many convert, and how Google ranks you. Most business owners know this in theory. Very few have checked their actual scores or worked out what the gap is costing them. This guide gives you a clear picture, and a practical path forward.

Guide

The complete guide to website performance for Australian Businesses

Your website can be beautifully designed and clearly written, and still be costing you customers.

Not because the content is wrong. Because it's too slow.

Page speed is one of the most direct, measurable links between your website's technical quality and your business outcomes: the leads you generate, the conversions you achieve, and the search rankings you hold. Most business owners know this in a general sense. Very few have a clear picture of how their site is actually performing, what's causing it to underperform, and what fixing it would realistically involve.

This guide gives you that picture, in plain English, without requiring a technical background.

Why

Why website performance matters for your business

This isn't just a technical problem. It's a revenue problem.

01Users leave slow sites

The research on this is unambiguous: speed affects user behaviour. Google's own data shows that as page load time increases from one second to three seconds, the probability of a user leaving increases by 32%. At five seconds, that figure reaches 90%.

Every additional second of load time represents customers who left before they saw what you were offering.

02Speed affects conversion rates

Speed and conversion are directly correlated. Walmart found that for every one-second improvement in page speed, conversions increased by 2%. For a business with meaningful online revenue, the maths on a one-second improvement are compelling.

It doesn't take a large site or significant traffic to make this matter. Even a local Brisbane business with a few dozen monthly enquiries can see meaningful differences from a properly optimised site.

03Google ranks fast sites higher

In 2021, Google introduced Core Web Vitals as official ranking signals. These are a set of performance metrics that measure real user experience, how fast content loads, how quickly a page responds to interaction, and how stable the layout is as it loads.

A slow website isn't just losing customers who leave. It's being ranked lower in search results, meaning fewer potential customers are finding it in the first place.

04Speed signals quality

This one is harder to measure but worth naming: a fast, stable, responsive website communicates competence. A slow site with a layout that jumps around and images that take three seconds to appear communicates the opposite.

For service businesses in particular, where the website is often the first impression, performance is part of the brand.

Book a call

Placeholder

Book a call

Placeholder

Book a call

Placeholder

Book a call

Placeholder

Book a call

Placeholder

Book a call

Placeholder

Book a call

Placeholder

Book a call

Placeholder

Book a call

Placeholder

Book a call

Placeholder

Book a call

Placeholder

Book a call

Placeholder

Book a call

Placeholder

Book a call

Placeholder

Book a call

Placeholder

Book a call

Placeholder

Book a call

Placeholder

Book a call

Placeholder

Book a call

Placeholder

Book a call

Placeholder

What matters

The metrics that actually matter

Before you can improve performance, you need to understand how it's measured. These are the numbers worth knowing.

Google's Core Web Vitals are three metrics that measure real user experience. They are:

Largest Contentful Paint (LCP) measures how long it takes for the main content of a page to become visible. Think of it as when the page feels like it's loaded. A good LCP is under 2.5 seconds.

Interaction to Next Paint (INP) measures how responsive a page is to user interactions, clicking a button, opening a menu, filling in a form. A good INP is under 200 milliseconds.

Cumulative Layout Shift (CLS) measures visual stability, whether the page layout jumps around while loading, which can cause users to accidentally click the wrong thing. A good CLS score is under 0.1.

Google considers sites with good scores on all three to be providing a "good page experience." Sites with poor scores are ranked lower in search results.

Google's PageSpeed Insights tool generates a score out of 100 for both mobile and desktop. It's a useful proxy metric, though it's the underlying Core Web Vitals that matter most for ranking.

A score above 90 is considered good. A score below 50 indicates significant performance problems. Most poorly optimised WordPress sites score in the 40–60 range on mobile.

TTFB measures how long it takes your server to respond to a request, before any page content is delivered. It's a server-side metric that reflects hosting quality, caching configuration, and server-side processing time.

A good TTFB is under 800 milliseconds. TTFB problems are usually infrastructure problems, hosting quality, server location, or server-side rendering approach.

FCP measures when the first content element, any content, becomes visible on screen. It's the moment when the page stops looking blank. A good FCP is under 1.8 seconds.

The what

What slows websites down

Understanding the causes of poor performance helps you assess whether a fix is simple or architectural.

01Unoptimised images

Images are the most common cause of slow websites. A high-resolution photograph exported directly from a camera and placed on a web page is a performance disaster. Images should be:

- Compressed without visible quality loss

- Sized appropriately for the viewport they'll appear on (not a 3000px-wide image displayed at 400px)

- Served in a modern format like WebP, which is significantly smaller than JPEG or PNG at equivalent quality

- Lazy loaded below the fold, so they don't block the initial page render

Most sites fix 40–60% of their image performance issues by addressing these four points alone.

02Too much JavaScript

Modern websites load a lot of JavaScript, tracking scripts, third-party integrations, interactive features, analytics tools. Each script is a download that can block the page from rendering.

JavaScript performance optimisation involves: deferring non-critical scripts so they load after the page is visible, removing unused scripts entirely, and code-splitting large JavaScript bundles so only what's needed for a specific page is loaded.

03Render-blocking resources

Some page resources, certain CSS files and JavaScript, block the browser from rendering the page until they've fully downloaded. These render-blocking resources are a common cause of high Largest Contentful Paint scores.

The fix involves auditing which resources are genuinely needed before render, deferring the ones that aren't, and inlining critical CSS directly in the HTML to avoid additional round-trips.

04Poor hosting infrastructure

A slow server is a slow site, regardless of how well the code is optimised. Shared hosting, the cheapest tier of web hosting, typically provides minimal server resources and no performance guarantees. Sites on shared hosting are competing for resources with dozens or hundreds of other websites on the same server.

Performance-focused hosting involves: dedicated resources (VPS or container-based hosting), a Content Delivery Network (CDN) to serve assets from servers geographically close to visitors, and appropriate caching at the server level.

05CMS and plugin overhead

WordPress with fifteen plugins is not a well-optimised platform. Every plugin adds JavaScript, CSS, and server-side processing. Even well-regarded plugins can add significant performance overhead.

This is one of the architectural advantages of headless CMS development, by decoupling the content management system from the frontend, the frontend can be built as a static site or edge-rendered application, with no CMS overhead on the page load path.

06Third-party scripts

Analytics, live chat, cookie consent tools, marketing pixels, A/B testing scripts, these all load on your site on behalf of external services. Each one adds weight and latency. In aggregate, a site with ten third-party scripts can lose multiple seconds of load time to requests it doesn't control.

Auditing third-party scripts and removing the ones that don't justify their cost is often an easy performance win.

How

How to assess your site's performance

You don't need a developer to get an initial read on your site's performance.

Google PageSpeed Insights (pagespeed.web.dev) gives you a PageSpeed score and a breakdown of Core Web Vitals for both mobile and desktop. It includes specific recommendations, though interpreting what to do with them often requires technical knowledge.

Google Search Console shows you how your site's Core Web Vitals are trending over time, from real user data. This is more representative than lab data because it reflects actual visitor conditions.

GTmetrix provides a detailed waterfall of every resource your page loads, useful for identifying what's causing bottlenecks.

Run these tools on your homepage and at least one inner page (a product page or service page). Mobile results matter as much as desktop, often more, since most users on many sites are on mobile.

What do the results tell you? If your PageSpeed score on mobile is below 70, or if any of your Core Web Vitals are flagged as "poor" or "needs improvement," there's meaningful optimisation work available.

Process

The performance stack: What good looks like

A properly performance-optimised website typically involves:

01Architecture

A frontend that's statically generated or server-rendered at the edge, meaning pages are pre-built and served instantly, rather than generated on demand by the CMS. This is the biggest single performance lever, and it's an architectural decision, not a settings tweak.

02Images

All images compressed, sized correctly, served in WebP format, and lazy loaded below the fold.

03JavaScript

Code-split bundles, deferred non-critical scripts, removed unused scripts.

04Hosting

A CDN for static assets, server-side caching, appropriate server resources.

05Third parties

Audited and reduced to only those that justify their performance cost.

06Monitoring

Ongoing performance tracking in Google Search Console and real-user monitoring to catch regressions.

Most WordPress sites can be meaningfully improved with image optimisation, caching, and hosting improvements, without a full rebuild. But there are architectural limits. A WordPress site with a plugin-heavy stack will rarely exceed PageSpeed scores in the mid-80s, regardless of how much it's optimised. A headless CMS build, done well, should consistently score 95+.

When

When to optimise vs when to rebuild

This is the honest question, and it deserves a direct answer.

- Your PageSpeed scores are in the 50–75 range on mobile

- Your site is on a modern CMS with reasonable architecture

- The performance issues are mostly images, JavaScript, and hosting

- You're not planning a full site rebuild in the next 12 months

Optimisation projects can often deliver significant improvement in a week or two of focused work. They're worth doing.

- Your PageSpeed scores are consistently below 50 on mobile and optimisation attempts haven't moved them

- Your platform is architecturally performance-limited (many plugin-heavy WordPress builds)

- You're already planning a rebuild for other reasons (CMS outgrown, design outdated, new functionality needed)

- The performance issues are causing measurable business impact (high bounce rates, poor search rankings, low conversions)

Performance is one factor in the rebuild decision, not the only one. But if you're rebuilding anyway, it's the time to make architectural choices that set a high performance baseline from day one.

How

How Little Dash approaches performance

Performance isn't a post-launch add-on for us, it's built into how we architect sites.

Our standard stack, PayloadCMS with a Next.js frontend, statically generated and edge-served, is designed from the ground up for high performance. We consistently deliver PageSpeed scores in the high 90s and Core Web Vitals in the green across mobile and desktop.

We also conduct performance audits for existing sites, identifying what's causing poor scores and what the realistic remediation options are.

If your site is underperforming and you'd like to understand why, book a call with Little Dash and we'll take a look.