Where to start when WordPress feels slow
Performance problems rarely have a single cause. The fastest way to avoid wasted hours is to first locate where the slowdown lives before changing anything.
- Note exactly where it is slow: only the front end, only wp-admin, or both. The two articles on a slow site and a slow wp-admin map to very different root causes.
- Check whether the slowdown is constant or intermittent. Variable speed often points at caching layers, scheduled jobs, or noisy neighbours rather than your code.
- Compare logged-in and logged-out views. A site that is fast for visitors and slow for editors is almost always a wp-admin or database problem, not a frontend one.
- Note whether anything was changed recently: a plugin install, an update, a theme change, a configuration change. The two articles on slowness after a plugin install and slowness after an update walk through that diagnosis.
