Why Is My Website Slow? A Performance Troubleshooting Checklist
A slow website frustrates visitors and hurts your search rankings, but "slow" has a handful of usual causes — and most are fixable without technical wizardry. This checklist takes you through them in order of impact, so you fix the big things first.
Step 1: Measure before you change anything
Guessing wastes time. Run a proper test first to see what is actually slow — see testing your website's speed. Note the biggest offenders it reports.
Step 2: Fix the heavy hitters
- Large images — usually the single biggest cause. Compress and resize them; see optimising images.
- No caching — serving pages fresh every time is slow. Add LiteSpeed Cache and, for database-heavy sites, Redis object caching.
- Browser caching off — see leveraging browser caching.
Step 3: Audit plugins and code
Too many plugins, or one heavy one, can drag a whole site down. Deactivate anything you do not need and look for a lighter alternative to the slowest. A bloated theme has the same effect.
Step 4: Tidy the database
Over time the database fills with clutter that slows queries. Clean and optimise your database to speed things up.
Step 5: Consider the bigger picture
A CDN speeds up delivery for distant visitors, and if a well-optimised site still struggles, you may have outgrown your plan — see resource usage and our complete speed guide.
Frequently asked questions
What is the single most effective change?
For most sites, optimising images and enabling caching together deliver the biggest, fastest improvement. Start there before anything more advanced.
My site is fast for me but slow for others.
You are likely loading it from cache while first-time visitors are not, or your visitors are geographically distant. A CDN helps the distance problem; proper caching helps everyone.
Could slow speed be a hosting problem?
It can, especially if your account is constantly hitting resource limits. Check your usage; if a lean, well-tuned site still maxes out, more resources are the answer.
Was this article helpful?