DEV Community

Cover image for How to Speed Up a Slow WordPress Site Without Touching Code
Tutomod
Tutomod

Posted on • Originally published at yoelmod.blogspot.com

How to Speed Up a Slow WordPress Site Without Touching Code

Originally published on Tutomod.

A slow WordPress site loses visitors before the first paragraph loads. The fix is usually not a developer, it's a checklist.

Updated August 08, 2026, after a fresh review, with updated visuals and links.

These steps are all point and click, safe to try on any shared hosting, and together they routinely cut load times in half.

Before you start

  • Admin access to your WordPress dashboard
  • A backup plugin (or your host's backup) before you start, just in case

Testing a slow website's speed

Photo by Christina Morillo on Pexels

Doing it properly

1. Measure first

Run your site through PageSpeed Insights (pagespeed.web.dev) and note the mobile score. You'll rerun this after the changes to see the gain.

2. Install a caching plugin

WP Super Cache or W3 Total Cache from the official plugin directory. Caching turns your pages into ready made files instead of building them from scratch for every visitor. Default settings are fine to start.

3. Compress your images

Plugins like Smush or ShortPixel compress everything you've already uploaded and shrink new uploads automatically. Images are almost always the heaviest part of a page.

  • Convert to WebP when the plugin offers it
  • Full width images rarely need to be wider than 1600px

4. Delete plugins you don't use

Every inactive plugin is dead weight still loaded into memory sometimes. Deactivate, test the site, then delete. Faster and safer at the same time.

5. Update everything

WordPress core, theme, plugins. Updates include performance fixes, not just features. Do it after your backup, and do it regularly.

6. Rerun the test

Back to PageSpeed Insights. Compare the numbers. If the score jumped, keep the habits. If something specific still scores poorly, now you know exactly what to chase.

Optimizing WordPress from the dashboard

Photo by Negative Space on Pexels

Tips that actually help

  • Cheap shared hosting has a ceiling. If you've done everything and it's still slow, the server is the bottleneck, not WordPress.
  • Limit homepage posts to 5 or 6 in Settings, Reading, and use excerpts. Shorter pages load faster.
  • Fonts matter: two font families maximum, and host them locally if your theme allows.

Keep reading

Cache, compress, clean up, update: four habits that keep a WordPress site quick for years without a single line of code.

Top comments (0)