How To Speed Up Slow WordPress Admin
Ahmad Mushtaq , MBA
Business & Tech Consultant | Saudi Premium Resident | Babson Alumni | MBSC MBA | MISA License Holder #Vision2030 Believer
There can be many reasons a wordpress admin could get slow. First thing first, I used P3 plugin to find out which plugins are the root cause. I found out that WPML’s string translation was using the most resources even though I didn’t need it running all the time.
Disable WPML String Translation
The reason it takes too much of memory is because each time it checks the whole website source for possible string for translation. So I disabled it and noticed significant performance difference.
Clouflare
Secondly, if you’re using CloudFlare then there is no reason you should enable all of its features for the wp admin as most of the functions are dynamic and a cache would actually do more harm than good.
So I logged into my cloudflare account, chose my website domain and opened Page Rules.
Create A New Rule For The Wp-Admin Directory:
Then Did The Same For Previewing Posts And Pages With An Addition Of One Extra Setting:
Thats it. Now click on ‘Save and Deploy.
Good Work! You saved yourself from wasting precious development time :-)
Original Article: https://www.ahmadmushtaq.com/how-to-speed-up-slow-wordpress-admin/