If your homepage takes ages to load on mobile, people leave before they even see your offer. That’s not a technical problem. That’s a sales problem.

Your site doesn’t need to score 100/100 on any speed test to make money. It needs to load quickly enough, feel smooth on mobile, pass the obvious checks and not lose customers before they can call, enquire or book.

This guide covers why Melbourne business websites are typically slow, what Google actually measures, how to test properly and what to fix first. It connects to the site speed section in our SEO Melbourne guide which covers speed as part of the broader SEO picture.

The Quick Answer: Yes, Speed Matters. But Not How People Think

Speed matters for user experience, conversions and SEO. Google’s Core Web Vitals are part of the page experience signals that can affect how a site ranks. But speed is not the whole SEO game. A fast site with terrible content won’t rank. A slightly slow site with great content and strong trust signals often still does well.

The realistic goal:

  • Fast enough that customers don’t notice delays

  • Stable on mobile (no layout jumps, no laggy buttons)

  • Main content visible within 2-3 seconds

  • Forms, phone buttons and CTAs work immediately

Google’s page experience guidance says page experience can affect how a site ranks, while also noting that great content still matters most. The businesses that lose from speed are the ones with obviously broken experiences, not the ones chasing a perfect score.

Google may not rank you purely because your site is fast. But customers absolutely judge you when your site feels slow.

What Google Actually Measures: Core Web Vitals in Plain English

Google measures three things about how your site feels to real users. Here’s what they are without the jargon.

LCP: How fast the main content loads

Largest Contentful Paint. This measures how quickly the biggest visible element loads, usually the hero image, main heading or first major content block.

Good: under 2.5 seconds. Needs improvement: 2.5-4 seconds. Poor: over 4 seconds.

Bad LCP usually comes from heavy images, slow hosting, render blocking scripts or bloated themes.

INP: How quickly the page responds

Interaction to Next Paint. This measures how quickly the site responds when someone taps a menu, button, form or filter.

Good: under 200 milliseconds. Needs improvement: 200-500ms. Poor: over 500ms.

Bad INP usually comes from heavy JavaScript, too many plugins, chat widgets, sliders and tracking scripts all fighting for processing time.

CLS: Whether the page jumps around

Cumulative Layout Shift. This measures whether buttons, images, banners or forms move after the page starts loading, causing people to misclick.

Good: under 0.1. Needs improvement: 0.1-0.25. Poor: over 0.25.

Bad CLS usually comes from images without set dimensions, late loading ads or pop ups, embedded widgets that resize after loading and web fonts that cause text to shift.

Why Melbourne Business Websites Are Often Slow

Cheap hosting

Shared hosting at $5/month can be fine for a tiny site, but it struggles under any real traffic. And if the server is overseas, every request travels further to reach Australian users.

If most of your customers are in Melbourne or Australia, it makes sense to think about where your server, CDN and cached assets are being served from. CDNs help because they cache content closer to users across a distributed network, reducing the distance and delay involved in delivering website files.

Heavy images

This is the single most common speed issue we see. Common problems:

  • Massive hero images (3-5MB straight from a camera or phone)

  • PNGs used where WebP or JPEG would be better

  • No lazy loading (every image loads immediately, even below the fold)

  • No responsive image sizes (mobile loads the same 3000px image as desktop)

  • Before/after galleries that load everything at once

Bloated WordPress themes

Drag and drop builders like Elementor and Divi generate extra code that loads on every page whether it’s needed or not. Giant theme packs, animation libraries, sliders and multiple font libraries all add weight.

Too many plugins

Common culprits: sliders, page builders, social feeds, review widgets, pop ups, live chat, booking tools, form plugins, analytics tools, heatmap scripts and security/cache plugins layered on top of each other. We’ve audited sites with 40+ plugins where half weren’t doing anything useful.

Too many tracking scripts

GA4, Google Tag Manager, Meta Pixel, LinkedIn Insight Tag, Hotjar, Microsoft Clarity, chat widgets, call tracking scripts, form tracking. Each one adds load time.

💡 Important nuance:

Tracking matters. The fix is not “remove all tracking.” It’s clean implementation. A well configured Google Tag Manager setup loads one script that manages everything, rather than 8 scripts loading independently.

No caching

Without caching, your server rebuilds every page from scratch for every visitor. Web.dev describes HTTP caching as an effective way to reduce unnecessary network requests. Basic caching can cut load times dramatically with minimal effort.

Slow third party embeds

Google Maps on every page. YouTube videos that load full player code before anyone clicks play. Social media feeds, booking widgets, review widgets, payment widgets and calendars. Each embed adds weight and external server requests.

How to Test Your Website Speed Properly

ToolBest ForNotes
PageSpeed InsightsQuick page level audit, Core Web VitalsShows lab + field data where available. Start here.
Search Console CWVSite wide real world issuesGroups URLs by performance status. Best for patterns.
LighthouseDeveloper diagnosticsBuilt into Chrome. Good for technical debugging.
GTmetrixWaterfall view, file by file analysisUseful for spotting huge files and script issues.
WebPageTestAdvanced location/device testingCan simulate specific Australian locations and connections.

Start with PageSpeed Insights

Go to PageSpeed Insights, paste your URL and check both mobile and desktop. Focus on mobile first, that’s where most of your customers are. PageSpeed Insights provides both lab data (simulated test) and field data (real user experience). Field data is more reliable when available.

Check Search Console Core Web Vitals

Search Console’s Core Web Vitals report uses real world data and groups your URLs by performance status. This shows you whether the problem is one page or a site wide pattern.

Test like a customer, not a developer

The most important test: pull out your phone, open your website on 4G and try to use it. Can you tap the menu straight away? Does the enquiry form work? Does tap to call work? Does the page jump while loading? If it feels slow on your phone, it feels slow to your customers.

The Speed Fix Order: What to Do First

Don’t start with the hard stuff. Fix the highest impact issues first.

FixDifficultyImpactBest For
Compress imagesLowHighMost sites. The single biggest quick win.
Remove unused pluginsLow-MedMed-HighWordPress sites with 20+ plugins.
Enable cachingMediumHighWordPress and custom sites without caching.
Add CDNMediumMed-HighAustralian sites with overseas hosting or mixed audiences.
Upgrade hostingMediumHighSites with slow server response times.
Refactor theme/scriptsHighHighBloated builds with heavy page builders.
Clean tracking setupMediumMediumSites running ads with multiple tracking pixels.

Step 1: Fix hosting and server response

If your server takes 2+ seconds just to respond before any content loads, nothing else you do will matter much. Look at hosting quality, server location, PHP version (if WordPress), database bloat, server level caching and CDN setup.

For Australian businesses: if your audience is mostly in Melbourne or Australia, don’t just buy the cheapest overseas hosting and hope a plugin fixes the latency.

Step 2: Optimise images

Resize images before uploading (your hero image doesn’t need to be 4000px wide). Compress them. Use WebP or AVIF where your platform supports it. Lazy load below the fold images. Set image dimensions so the browser reserves space (prevents layout shift). Preload the hero image if it’s causing slow LCP.

Step 3: Clean up plugins and scripts

Audit every plugin. Ask: what does it do? Does it load on every page? Do two plugins do the same job? Is there a lighter alternative? Is the feature even needed? We regularly remove 10-15 plugins from WordPress sites during speed audits and the owner doesn’t notice any difference in functionality.

Step 4: Set up caching properly

Page caching, browser caching, object caching where relevant, CDN caching. Important: exclude dynamic pages like forms, carts, checkout and booking systems from caching or you’ll break functionality.

Step 5: Improve fonts and design assets

Too many font families, too many font weights, render blocking font loading, icon libraries loaded for one icon, heavy animation files. Each adds milliseconds that compound.

Step 6: Review the page design itself

Sometimes the design is the speed problem. Massive video hero sections, sliders, auto playing videos, image heavy sections, unnecessary animations, embedded social feeds. If the design requires 4MB of assets to render, no plugin will make it fast. Speed should be a design constraint, not an afterthought. Our web design approach builds speed into the design process from day one.

Australian Hosting, CDNs and Why Location Still Matters

Local hosting vs overseas hosting

Hosting location can affect latency. If your customers are in Melbourne and your server is in Virginia, every request travels around the world. That adds 100-300ms before anything even starts loading.

But hosting location is only one part of speed. A bloated site on Australian hosting can still be slow. And a well optimised site on overseas hosting with a good CDN can still be fast for Australian users. Location helps, but it doesn’t fix everything.

CDN benefits for Australian audiences

A CDN (Content Delivery Network) stores and caches your website assets on servers distributed around the world, including locations closer to your Australian users. This can significantly reduce load times, especially for images, CSS and JavaScript files.

Cloudflare, Bunny CDN and similar services are relatively easy to set up and can make a noticeable difference even on slower hosting.

What to ask your host or developer

  • Where is the site physically hosted?

  • Is server level caching enabled?

  • Is a CDN configured and active?

  • Are image optimisation features included?

  • Is a staging environment included (so changes can be tested safely)?

  • What happens under traffic spikes?

  • Are automated backups included?

  • Is support available during Australian business hours?

  • Can we access server and cache settings if needed?

Hosting, maintenance and ongoing costs are covered in more detail in our website maintenance costs guide.

Before and After Examples: What Speed Fixes Look Like

These are hypothetical examples based on typical scenarios. Not fabricated results.

Example 1: Slow WordPress service business

BeforeAfter

• Cheap shared hosting (US server)

• 35 plugins active

• 4MB hero image

• Google Maps embedded on every page

• 5 tracking scripts loading independently

• No caching configured

• Mobile PageSpeed score: 28

• Quality Australian hosting with CDN

• Plugin audit: 35 → 16

• Hero compressed to 120KB WebP

• Maps lazy loaded (loads on scroll)

• Clean GTM setup managing all tags

• Page + browser + CDN caching active

• Mobile PageSpeed score: 72

Example 2: Ecommerce site with too many apps

BeforeAfter

• Review app, upsell app, chat app, social feed

• Large uncompressed product images

• No image compression pipeline

• Collection pages slow on mobile

• App audit: removed 3 unused apps

• Product images compressed and resized

• Reviews lazy loaded below fold

• Simplified collection page layout

• CDN and caching reviewed

Example 3: Beautiful redesign that performs badly

BeforeAfter

• Full screen video hero (8MB)

• Heavy animation library on every page

• 4 custom font families, 12 weights

• No mobile speed testing done during build

• Static hero on mobile, video on desktop only

• Reduced to 2 font families, 4 weights

• Animations simplified and conditionally loaded

• Mobile first testing added to QA process

The Direct Link Between Speed, SEO and Conversions

Speed affects two things: whether Google considers your page experience acceptable and whether visitors stay long enough to call, book or enquire.

For SEO, speed and page experience are one part of the broader picture. Google’s documentation says improving page experience aligns with what ranking systems aim to reward. But content quality, relevance and trust still matter more.

For conversions, speed is often even more obvious. If the page is painful to use on mobile, people leave. If the form takes 5 seconds to become interactive, people give up. If the phone number jumps around the screen while loading, people misclick.

If you’re spending money on Google Ads and sending traffic to a slow page, the maths is simple: a landing page that loads in 2 seconds converts better than one that loads in 5 seconds. Same ad spend, dramatically different results. Our web design services build conversion and speed into every project from the start.

Speed Issue Diagnosis: Symptoms and Fixes

SymptomLikely CauseFirst Fix
Page starts loading lateHosting / slow server responseReview hosting, enable server caching
Hero loads slowlyOversized image or videoCompress, resize, preload hero image
Page jumps aroundMissing image dimensions, late loading widgetsSet dimensions, fix layout stability
Buttons feel delayedHeavy JavaScript, too many pluginsScript and plugin audit
Mobile much worse than desktopHeavy design assets, no mobile optimisationMobile first cleanup
Repeat visits still slowNo browser or CDN cachingEnable browser, server and CDN caching

Speed Mistakes Melbourne Businesses Make

Chasing 100/100 instead of fixing the real problem

A PageSpeed score is a clue, not the whole story. We’ve seen sites score 45 on mobile and convert beautifully because the content is clear and the CTA works. We’ve seen sites score 90 that generate zero enquiries because the page says nothing useful. Fix the things that affect real users first.

Installing another speed plugin without fixing images or hosting

Caching plugins can help, but they cannot magically fix a 5MB hero image or a server that takes 3 seconds to respond. The plugin is the last step, not the first.

Testing only the homepage

Your homepage might score 75, but your highest traffic service page might score 35. Test the pages that actually matter: service pages, product pages, landing pages and the contact page.

Ignoring mobile

Most local searches happen on mobile over cellular connections. Testing speed on a desktop with fibre internet tells you almost nothing about how customers experience your site.

Blaming the developer when the stack is overloaded

Sometimes the issue is 30 plugins, 8 tracking scripts, an oversized theme and a hosting plan from 2018. That’s not a developer problem. That’s a decisions problem. A developer can optimise code, but they can’t make bad infrastructure fast.

The 30 Minute Speed Audit Checklist

Test these pages first

  • Homepage

  • Highest value service page

  • Highest traffic blog post

  • Contact page

  • Top product or category page (if ecommerce)

  • Main landing page (if running ads)

Check these issues

  • PageSpeed mobile score (above 50 is acceptable, above 70 is good)

  • Core Web Vitals status in Search Console

  • Image sizes (anything over 200KB should be compressed)

  • Server response time (TTFB under 600ms is reasonable)

  • Number of plugins or apps (flag anything over 25)

  • Third party scripts (count them, assess which are essential)

  • Caching enabled and working

  • CDN enabled

  • Forms, phone buttons and CTAs all functional on mobile

  • Mobile layout stability (no jumping elements)

Decide what needs a developer

DIY friendly fixes:

  • Compress images (ShortPixel, TinyPNG, Squoosh)

  • Remove unused plugins

  • Reduce embedded widgets

  • Simplify heavy page sections

  • Update plugins and themes (carefully, test first)

  • Review hosting plan

Developer needed fixes:

  • Server and caching configuration

  • Theme refactoring or code cleanup

  • JavaScript optimisation

  • Database cleanup

  • Code splitting and critical CSS

  • Performance safe tracking setup (GTM configuration)

For budgeting these fixes, our guides on website costs in Melbourne and hidden website costs cover what to expect.

What We Recommend at Elev8d

Speed should be a design constraint, not an afterthought. When we build websites, speed is part of the brief from day one. We choose platforms, themes and hosting with performance in mind. We compress and optimise images before they go live. We set up caching, CDN and clean tracking as part of the build, not as a fix up project 6 months later.

For existing sites, the fix order in this guide is exactly what we follow: hosting first, then images, then plugins, then caching, then everything else. Most Melbourne business websites can improve dramatically with 2-3 hours of focused work on the top issues.

FAQs

Does website speed affect SEO?

Yes. Core Web Vitals are part of Google’s page experience signals. But speed is one factor among many. Content quality, relevance, links and trust signals still matter more. Speed mainly hurts when it’s obviously bad, not when it’s merely imperfect.

What is a good PageSpeed score?

Above 70 on mobile is good. 50-70 is acceptable but has room for improvement. Below 50 usually means there are obvious issues worth fixing. Don’t obsess over the score. Focus on real user experience.

Why is my WordPress site so slow?

Usually a combination of: cheap hosting, too many plugins, uncompressed images, a bloated theme and no caching. WordPress itself isn’t slow. WordPress with 35 plugins, a 4MB hero image and $5 hosting is slow.

Is Australian hosting faster for Australian customers?

Generally, yes. Closer servers mean lower latency. But a poorly optimised site on Australian hosting will still be slow. And a well optimised site on overseas hosting with a good CDN can still perform well for Australian users. Hosting location helps, but it’s not the only factor.

Do I need a CDN if my host is in Australia?

It helps. A CDN caches assets on servers distributed globally (and within Australia) so users get content from the nearest location. Even with Australian hosting, a CDN reduces load on your origin server and improves delivery speed for static assets.

Are plugins bad for speed?

Not inherently. Some plugins are well built and lightweight. The problem is accumulation: 30 plugins loading scripts on every page creates overhead. The fix is regular auditing, not avoiding plugins entirely.

Should I remove Google Analytics or Meta Pixel?

No. Tracking matters for measuring results. But implement it cleanly through Google Tag Manager rather than adding scripts individually. One GTM container loading multiple tags is faster than 5 separate scripts.

How often should I test website speed?

Monthly for your key pages. After any major update (plugin, theme, content or hosting change). Before and after running paid campaigns. And whenever you notice the site “feeling” slower.

Can a website be too design heavy?

Absolutely. Full screen video heroes, animation libraries, multiple custom fonts, image heavy layouts and embedded social feeds all add weight. Good design balances aesthetics with performance. If the design requires 5MB of assets to render, the design is the speed problem.

What should I fix first: hosting, images or plugins?

Hosting first (if server response is slow, nothing else matters). Images second (usually the biggest single win). Plugins third. Caching fourth. Everything else after. Follow the fix order in this guide.

Next Steps: Pick Your Path

Path 1: Quick DIY audit

Run your homepage and top service page through PageSpeed Insights. Check the mobile score and Core Web Vitals. Compress any images over 200KB. Remove any plugins you’re not using. That alone can make a noticeable difference.

Path 2: Get a speed audit

Want someone to diagnose exactly what’s slowing your site down and prioritise the fixes? Get in touch for a website speed audit. We’ll test your key pages, identify the biggest issues and give you a clear fix list with estimated impact.

Path 3: Fix it properly

If your site needs more than quick wins, our web design and development team can handle hosting migration, theme optimisation, plugin cleanup, caching configuration and performance safe tracking setup. Speed is part of every project we build.

For the complete SEO picture including how speed fits into the broader strategy, our SEO Melbourne guide covers everything.

Sources and Further Reading

General information only. Website performance depends on many factors including hosting, platform, design, content and configuration. Speed test results vary by tool, location, device and connection. For specific technical recommendations, consult a qualified web developer.

AK
Written by

Ajay K.

Ajay K is the founder of Elev8d. A psychology grad turned marketer, he writes plain English guides on SEO, ads and web design. Reader, adrenaline seeker & self confessed introverted extrovert.