WordPress

How to speed up WordPress: the only checklist you need

Ten changes that actually move the needle on WordPress speed — ranked by impact, not by what plugin authors want you to install.

Maya OkaforBy Maya Okafor·April 16, 2026·How we test

The hierarchy of speed wins

Most WordPress speed guides list 30 tweaks in random order. Ninety percent of your speed comes from three things: a fast host, page caching, and a CDN. Get those right before touching anything else.

Everything else — image optimization, code minification, lazy loading — is real but marginal. Don't skip it, but don't expect it to rescue a slow host.

The three big levers

Hosting: LiteSpeed-based shared hosting or managed WordPress on a modern stack will outperform $3/mo Apache hosting by 3-5x. This is the biggest single decision.

Caching: install WP Rocket, LiteSpeed Cache (free), or W3 Total Cache. Enable page caching, browser caching, and GZIP. This alone often cuts TTFB by 70%.

CDN: Cloudflare's free tier is enough for most sites. It serves your assets from edge locations close to each visitor and absorbs traffic spikes.

The marginal wins (still do them)

Convert images to WebP or AVIF — most caching plugins handle this automatically. Lazy-load below-the-fold images. Defer non-critical JavaScript.

Audit plugins: deactivate anything you don't use, and check plugin overhead with Query Monitor. Page builders are often the single heaviest thing on a WordPress site.

Frequently asked

Questions readers ask about this topic

What's a good WordPress page-load time?

Under 1.5 seconds for the first meaningful paint on a 4G connection. Anything over 3 seconds costs you measurable traffic.

Do I need a paid caching plugin?

Not necessarily. LiteSpeed Cache is free and excellent if your host runs LiteSpeed. WP Rocket is worth it on other stacks because the configuration is foolproof.

Will a faster host fix my slow site?

Often yes, but not if the site is plugin-bloated. Fix obvious code issues first or you'll just be paying more for the same problems.
Keep exploring · WordPress

Where to go next on Hostilo

Newsletter

One email a month. Hosting deals, new reviews, no fluff.

Related reading