Skip to content
1. Too Many Plugins or Heavy Plugins
- Problem: Some plugins (especially page builders, SEO tools, or security plugins) can slow down the backend.
- Solution:
- Deactivate plugins one-by-one and test dashboard speed.
- Remove unused plugins.
- Replace heavy plugins with lighter alternatives.
π§ 2. Low Hosting Resources
- Problem: Shared or low-tier hosting plans canβt handle high traffic or plugin-heavy setups.
- Solution:
- Check CPU & RAM usage in your hosting dashboard.
- Upgrade to a higher hosting plan or switch to a faster provider (like Cloudways, SiteGround, or WP Engine).
π 3. Old PHP Version
- Problem: Running on an outdated PHP version (e.g., 5.6 or 7.0) slows performance.
- Solution:
- Upgrade to PHP 8.1 or higher via your hosting panel.
π§Ή 4. Database Bloat
- Problem: WordPress stores revisions, transients, and spam comments which can clutter your database.
- Solution:
- Use a plugin like WP-Optimize, Advanced Database Cleaner, or LiteSpeed Cache to clean up the database.
π 5. Heavy Admin-Area Scripts
- Problem: Some themes or plugins load unnecessary scripts on the admin side.
- Solution:
- Use Query Monitor plugin to detect slow queries and scripts.
- Disable visual editors (like Elementor or WPBakery) unless needed.
π¦ 6. High Traffic or Bots Hitting Admin Area
- Problem: Bots or too many users accessing
/wp-admin can slow it down.
- Solution:
- Use Cloudflare or a firewall to filter traffic.
- Limit login attempts using Limit Login Attempts Reloaded or Wordfence.
π§© 7. Theme Issues
- Problem: Poorly coded or outdated themes can also affect admin performance.
- Solution:
- Switch to a default theme (like Twenty Twenty-Four) temporarily and see if the issue persists.
π 8. Admin-Ajax Overload
- Problem: Some plugins constantly run background processes using
admin-ajax.php.
- Solution:
- Use Chrome DevTools > Network tab or Query Monitor to see if
admin-ajax.php is overloaded.