Every extra second of load time costs you visitors. Seven common causes of a slow website and how to fix them, ranked by effort versus impact.
Speed affects both search rankings and how many visitors stick around. The good news is that most slow websites share a handful of common causes, all fixable without a full rebuild.
1. Unoptimized images — cause number one
Uploading camera photos of 3–5 MB straight to the website is the most common mistake. Compressing them and converting to WebP typically cuts file size by 70–90%. Images should also match their display size — no one needs a 4000px image for a 400px frame.
2. No lazy loading
Browsers should only load images once a user scrolls to them. A single loading="lazy" attribute can cut a long page's initial load time in half.
3. Too many plugins
Every plugin adds code that has to load. A website that has accumulated thirty plugins over the years is typically twice as slow. Try disabling them one at a time and re-measure.
4. Fonts loaded from external servers
Waiting for a font to finish loading before showing text leaves the page blank for a few seconds. Host fonts on your own server and declare font-display: swap so text appears immediately.
5. Weak hosting
Cheap shared hosting plans put hundreds of websites on the same server. If you've optimized everything else and server response time is still high, hosting is the problem.
6. No caching
Forcing the server to rebuild an entire page on every visit is wasteful. Caching serves a pre-built version instead, usually many times faster.
7. Large autoplay videos
Background video looks impressive, but if it weighs tens of megabytes, visitors on 4G will leave. Compress it heavily, add a placeholder image, and load it only when needed.
Measure before you fix
Use a free speed testing tool to see where you stand, fix one thing, then measure again. Fixing things blindly without measuring means you never know what actually worked.
SMO Media optimizes speed as part of our website upgrade service, and builds new sites with these principles from day one in our full design packages.