How to Fix Slow Admin Panel in WordPress on cPanel
Posted about 8 months ago 5.1kWhy Admin Panel is Slow
Common causes: Heavy plugins, heartbeat API, database queries.
Deactivate Plugins
Test by disabling all plugins → Reactivate one by one.
Control Heartbeat API
Add to wp-config.php or use Heartbeat Control plugin → Reduce frequency to 60-120 seconds.
Server-Side Optimizations
Increase PHP Memory
Set memory_limit to 512M in MultiPHP INI Editor.
Enable OPcache
PHP Selector → Extensions → Check opcache.
Top Fixes Table
| Issue | Fix | Impact |
|---|---|---|
| Heartbeat API | Reduce frequency | High |
| Heavy plugins | Remove/disable | High |
| Autosave | Increase interval | Medium |
| Database bloat | Optimize tables | Medium |