Why Your Cardiff Business Website Is Too Slow (And How to Fix It)
A slow website is costing your Cardiff business customers and search rankings. Learn how Core Web Vitals work, what's causing your site to drag, and practical fixes that make a real difference.
Why Your Cardiff Business Website Is Too Slow (And How to Fix It)
Imagine a potential customer in Cardiff searching for your services, clicking your link in Google — and then waiting. And waiting. A spinner. A half-loaded image. A layout that jumps around before settling.
They leave. They find a competitor. You never knew they were there.
This is happening to Cardiff businesses every single day, and most owners have no idea. A slow website isn't just an annoyance — it's a direct hit to your revenue, your reputation, and your Google rankings. The good news? Most speed problems have straightforward fixes, and the improvements can be dramatic.
This guide explains why speed matters, what Core Web Vitals actually measure, what's typically making Cardiff business sites slow, and what you can do about it.
Why Website Speed Matters: Conversions and SEO
Speed is a business metric, not just a technical one. Here's what the data says:
Every second of delay costs you customers. Google's own research found that as page load time goes from 1 second to 3 seconds, the probability of a mobile visitor bouncing increases by 32%. At 5 seconds, that's 90%. Most small business websites in Cardiff load in 4–8 seconds on mobile. Most visitors are gone before they ever see your content.
Speed directly impacts conversions. Walmart found that for every 1-second improvement in load time, conversions increased by 2%. For an e-commerce or service business, that's not a minor tweak — it compounds across every visitor, every month.
Google uses speed as a ranking signal. Since Google's Core Web Vitals update rolled out, page experience — including loading speed, interactivity, and visual stability — is a confirmed ranking factor. Slow sites are penalised in search results. Fast sites are rewarded. If two Cardiff businesses offer similar services and similar content, the faster website will rank higher.
Mobile is non-negotiable. More than 60% of web traffic in the UK now comes from mobile devices. Google uses mobile-first indexing, meaning it crawls and ranks based on your mobile experience, not your desktop. If your site is slow on a 4G connection in Roath, that's what Google sees.
Core Web Vitals Explained (Without the Jargon)
Google's Core Web Vitals are three specific metrics that measure the user experience of loading a web page. They were introduced as ranking signals in 2021. Understanding them helps you diagnose exactly where your site is failing.
1. Largest Contentful Paint (LCP) — "How fast does the main content load?"
LCP measures how long it takes for the largest visible element on the page — typically a hero image, a heading, or a large block of text — to load. A good LCP score is under 2.5 seconds. Anything over 4 seconds is poor.
For Cardiff businesses, LCP problems usually come from large hero images (that 3MB background photo of Cardiff Bay looks great, but it's crippling your speed), slow hosting, and render-blocking JavaScript.
2. Interaction to Next Paint (INP) — "How quickly does the page respond?"
INP (which replaced First Input Delay) measures how responsive your page is to user interactions — clicks, taps, keyboard inputs. A good INP is under 200 milliseconds. If someone taps your "Call Now" button on their phone and it takes a second to register, that's a bad INP.
Common cause: Too much JavaScript loading on the page, particularly third-party scripts like chat widgets, analytics trackers, and social media embeds that haven't been loaded lazily.
3. Cumulative Layout Shift (CLS) — "Does the page jump around?"
CLS measures visual stability. Have you ever gone to tap a button on a phone, and then the page suddenly shifts and you accidentally tap something else? That's poor CLS. A good score is under 0.1.
Common cause: Images without defined dimensions, web fonts loading after content, or ads/banners being injected dynamically. For Cardiff businesses using page builders like Elementor or Divi, unconfigured image blocks are a frequent culprit.
Why Cardiff Business Websites Are Often Slow
Let's be direct: many Cardiff business websites were built by the cheapest bidder, on shared hosting, running a bloated WordPress theme, and haven't been touched since 2019. That's not a criticism — it's just the reality for a lot of SMEs across South Wales.
Here are the most common causes:
Unoptimised Images
This is the number one cause of slow websites for small businesses. A photo taken on a modern smartphone is 3–8MB. A gallery of five photos can be 25MB+ — and that's being loaded before anything else on your page.
Images should be compressed and served in modern formats (WebP or AVIF). A 3MB JPEG can become a 150KB WebP with virtually no visible quality loss. That's a 20x improvement on a single image.
Cheap or Shared Hosting
Not all hosting is equal. Budget shared hosting (£2.99/month packages) puts your website on a server shared with thousands of other sites. If another site on that server has a traffic spike, your site slows down. Response times are sluggish. Time To First Byte (TTFB) — how long before the server sends anything — can be 1–2 seconds before a single resource has loaded.
For Cardiff businesses, managed WordPress hosting (WP Engine, Kinsta, Cloudways) or well-configured VPS hosting makes a significant difference. Prices start around £20–30/month — a worthwhile investment given the conversion impact.
Too Many Plugins and Scripts
Each WordPress plugin and third-party script adds weight. A typical small business WordPress site might have 20+ plugins, each loading its own CSS and JavaScript. Even if most are lightweight individually, together they create significant overhead.
Common offenders: page builders with unused CSS, popup plugins, chat widgets (especially if they load immediately rather than on interaction), multiple analytics tags, social sharing buttons that load full social media SDKs, and Google Tag Manager stuffed with dozens of old tags.
No Caching
Without caching, every visitor to your site causes the server to rebuild the page from scratch — querying the database, processing PHP, assembling the HTML. With caching, the server serves a pre-built version of the page, which is dramatically faster.
Most caching issues on WordPress sites can be resolved with a quality caching plugin (WP Rocket, W3 Total Cache) configured correctly. For non-WordPress sites, server-level caching and CDN caching should be set up.
No Content Delivery Network (CDN)
A CDN stores copies of your site's static assets (images, CSS, JavaScript) on servers around the world. When a visitor loads your site, they download assets from the server closest to them, rather than a single server that might be in London or even overseas.
For most Cardiff business websites, a CDN like Cloudflare (free tier available) can improve load times by 20–50% with minimal setup. Cloudflare also adds DDoS protection and an SSL certificate at no extra cost.
Image Optimisation: The Biggest Quick Win
Given images are typically the largest cause of slow sites, let's go deeper here.
Step 1: Audit what you have. Use Google PageSpeed Insights (pagespeed.web.dev) — free, no account needed. Run your homepage URL and look at the "Opportunities" section. It will show you exactly which images are oversized and how much you could save.
Step 2: Compress existing images. Tools like Squoosh (squoosh.app) let you compress images in the browser for free. For WordPress, plugins like ShortPixel or Imagify can automatically compress all your existing images in bulk, and new uploads going forward.
Step 3: Serve in modern formats. WebP images are 25–35% smaller than equivalent JPEGs and are supported by all modern browsers. Most image compression plugins handle this conversion automatically.
Step 4: Use lazy loading. Images below the fold (below what's visible on screen when the page first loads) don't need to load immediately. Adding loading="lazy" to image tags (built into WordPress since version 5.5) means those images only load as the user scrolls. This significantly improves LCP.
Step 5: Size images correctly. Don't upload a 4000px wide image if it's only displayed at 800px. Resize images to the maximum size they're actually displayed at before uploading. This alone can reduce image file sizes by 80%+.
Hosting: Don't Cut Corners
The cheapest hosting is rarely a saving — it's a cost that shows up in lost customers. Here's a realistic hosting tier guide for Cardiff businesses:
| Type | Cost (monthly) | Good for |
|---|---|---|
| Shared hosting (GoDaddy, HostGator) | £3–8 | Static brochure sites with minimal traffic |
| Quality managed WordPress | £20–50 | Most Cardiff SME WordPress sites |
| VPS (DigitalOcean, Vultr) | £15–40 | Sites needing more control; higher traffic |
| Enterprise cloud (WP Engine Business, Cloudways) | £50–150 | Growing businesses, WooCommerce |
If you're on a £3/month plan and wondering why your Cardiff bakery's website is slow, the hosting is likely a major part of the answer.
Caching Done Right
Caching has multiple layers, and getting all of them working together is where the real gains come from:
Browser caching: Tells visitors' browsers to store certain assets locally, so return visits load even faster. Configured via HTTP cache headers or your CDN.
Server-side / page caching: Pre-builds HTML pages so the server doesn't have to regenerate them for every visitor. WP Rocket, LiteSpeed Cache (if your host runs LiteSpeed), or server-level caching via NGINX.
CDN caching: Cloudflare and similar CDNs cache your assets at their global edge nodes. Free Cloudflare is excellent for most Cardiff businesses and can be set up in under an hour.
Object caching (advanced): For high-traffic or database-heavy sites, object caching (Redis or Memcached) stores database query results in memory, avoiding repeated database calls. Usually managed at the hosting level.
How a Cardiff Web Agency Can Help
If reading through this list feels overwhelming, that's understandable. Most Cardiff business owners are experts in their own field — not in server configuration and web performance engineering.
A good Cardiff web agency will audit your current site, identify the specific performance bottlenecks, and fix them systematically. A performance audit and optimisation project typically delivers measurable results: faster load times, improved Core Web Vitals scores, better Google rankings, and reduced bounce rates.
At Caversham Digital, we run performance audits for Cardiff businesses across all industries. We look at hosting, image optimisation, code quality, third-party scripts, and caching — and we give you a clear, prioritised list of actions, or we do the work ourselves.
A typical engagement for a Cardiff SME website involves:
- Full PageSpeed and Core Web Vitals audit
- Image compression and format conversion
- Caching layer setup (CDN + page cache)
- Script audit and deferral/removal of non-essential third-party code
- Hosting review and migration recommendation if needed
- Post-fix performance report with before/after scores
The improvements are often dramatic — sites going from a PageSpeed score of 30 to 80+ aren't unusual after a thorough optimisation.
Quick Wins You Can Do Today
Don't have a budget for a full agency engagement right now? Here are three things you can do yourself this week:
- Run a PageSpeed Insights test on pagespeed.web.dev — it's free and gives you a prioritised list of issues.
- Install a free image compression plugin like ShortPixel (WordPress) and compress all your existing images in bulk.
- Add Cloudflare to your domain — it's free, takes 30 minutes to set up, and will improve your load time and security immediately.
Even these three steps alone can noticeably improve your site's performance.
The Bottom Line
A slow website is a silent drain on your Cardiff business — invisible to you, deeply felt by your customers. It costs you conversions, it suppresses your Google rankings, and it sends visitors to faster competitors.
The fixes exist. Many are affordable or free. But they require knowledge, attention, and usually some professional help to implement correctly.
If your Cardiff business website hasn't had a performance review in the last 12 months, it's overdue. Contact Caversham Digital for a free initial chat about your site's performance and what we'd recommend.
Caversham Digital is a Cardiff-based digital agency focused on search, web performance, and content for Welsh businesses. We help Cardiff SMEs compete online — without the jargon or the inflated agency fees. Get in touch.
