
Google prioritises fast websites in 2026. Pages loading over 2.5 seconds lose 38% of visitors. This complete checklist transforms slow WordPress sites into sub‑2‑second speed machines trusted by Australian businesses and agencies.
53 actionable steps covering hosting, caching, images, database, plugins, and Core Web Vitals for maximum Google rankings and conversions.
Table of Contents
- Why Speed Matters More in 2026
- Hosting & Server Optimisation
- Caching Systems Setup
- Image Optimisation (60% of page weight)
- Database & File Cleanup
- Core Web Vitals Mastery
- Relevant Internal Links
Why Speed Matters More in 2026
2026 speed benchmarks:
| Metric | Good | Great | Perfect |
|---|---|---|---|
| LCP (Largest Content) | <2.5s | <1.5s | <1s |
| FCP (First Content) | <1.8s | <1.2s | <0.8s |
| CLS (Layout Shift) | <0.1 | <0.05 | 0 |
Hosting & Server Optimisation
Hosting Checklist (Priority 1):
❌ Avoid: Shared hosting ($5/mo) ✅ Use: LiteSpeed VPS (Kinsta, SiteGround GoGeek+) ✅ PHP 8.3+, HTTP/2, Brotli compression ✅ Redis Object Cache ✅ CDN included (Cloudflare Enterprise) Server config:
# Must-have server blocks gzip on; brotli on; keepalive_timeout 60; Caching Systems Setup
4-Layer Caching (90% hit rate):
| Layer | Plugin/Tool | Hit Rate Target |
|---|---|---|
| Server | LiteSpeed Cache | 85% |
| Object | Redis Object Cache | 95% |
| Page | Cloudflare APO | 99% |
| Browser | Cache-Control headers | 100% |
Image Optimisation (60% of Page Weight)
Image Checklist:
✅ WebP/AVIF next‑gen formats (90% smaller) ✅ Max hero image: 100KB ✅ Lazy loading ALL images ✅ Responsive images (srcset) ✅ Remove unused CSS background images ✅ Image sprites for icons Plugins: Optimole, Imagify, ShortPixel (AVIF support)
Database & File Cleanup
Monthly Cleanup:
# Delete (500MB+ savings) - Revisions (90% of bloat) - Auto-drafts - Spam comments - Expired transients - Orphaned plugin data Plugins: WP-Optimize, Advanced Database Cleaner
Core Web Vitals Mastery
LCP Fixes (Largest Contentful Paint):
<!-- Critical CSS above fold only --> <style> .hero { font-size: 48px; } /* 3KB max */ </style> <!-- Preload critical resources --> <link rel="preload" href="hero.jpg" as="image"> CLS Fixes (Cumulative Layout Shift):
/* Zero CLS */ * { transition: none !important; } img { width: 100%; height: auto; } Related Articles
Advanced performance guides:
- Technical SEO Checklist 2026 – Speed as ranking factor #3.
- Local SEO Multi-Location – Location page speed optimisation.
- Website ROI Calculator – Speed impact on conversions/revenue.
Sub‑2‑second WordPress = top Google rankings + 3x conversions + competitive advantage.