Why Your Website's Loading Speed Is Killing Your Google Rankings (South Africa 2026)
Most South African web designers optimise for their own fibre connection. Google doesn't. Google measures your site on real users' phones — and half of South African mobile traffic is on 3G or degraded 4G, where a 6-second desktop site becomes an 18-second mobile disaster.
The three metrics Google actually measures
- LCP (Largest Contentful Paint): how long until the biggest visible thing loads. Target: under 2.5 seconds.
- INP (Interaction to Next Paint): how fast the site responds to a tap. Target: under 200ms.
- CLS (Cumulative Layout Shift): how much the page jumps around while loading. Target: under 0.1.
Fail any of these on mobile and Google demotes you — even if your content is perfect.
The five things slowing down most South African sites
- Unoptimised hero images (a 3MB JPEG on the homepage is normal on WordPress themes)
- Google Fonts loaded from Google's CDN instead of self-hosted
- Elementor / Divi / other page builders shipping 800KB of unused CSS
- No CDN — your site is served from a Cape Town data centre to a user in Rustenburg
- Third-party chat widgets and analytics loaded synchronously in the <head>
What actually fixes it
Modern static/edge sites (like the TanStack Start builds OxY Sites ships) fix all five by default: images are converted to WebP and served responsively, fonts are self-hosted with font-display: swap, CSS is compiled and tree-shaken, everything is served from Cloudflare's edge (there's a point of presence in Johannesburg and Cape Town), and third-party scripts are deferred.
The difference is not subtle. A typical WordPress rebuild we ship goes from 6-8 second LCP to under 1 second — same content, same design, ten times faster.
How to check your own site
Open pagespeed.web.dev and paste your URL. Look at the 'Mobile' tab and the 'Core Web Vitals Assessment'. Green = safe. Orange or red = Google is quietly demoting you. If you're in the red, fixing it will move your rankings faster than any content work.