How to check performance of WordPress dashboard
From a very high level, off the top of my head these are the main things that contribute to how long it takes to load a page in the dashboard in WordPress: Application processing: PHP/Apache doing work Database processing: PHP calling MySQL and the time for queries to run External services – calling external API’s … Read more