Site is speedy but admin Dashboard is slow like snail. What gives?
-
If I’m not logged into wordpress, my website is running fine. (Great, actually). Pages load in less than a second and there’s no performance issues.
Once I’m logged into the Dashboard, though, the site is SLOW. So slow, that it makes it pretty impossible to do any updates without devoting an entire hour to make one simple edit. This started happening shortly after I updated to the latest version of WordPress.
Here’s what I’m getting. Anytime I click on anything in the Dashboard (new post, new media, comments, appearance, etc.) it’s taking FOREVER to load.
I ran Firebug and the Net tab to see what was taking forever to load. It looks like a Php issue. Here’s examples of what I found:
click on dashboard: GET index.php takes 12 seconds
click on new post: Get post-new.php takes 24 seconds
click on new media: Get media-new.php takes 12 seconds
click on posts: GET edit.php takes 46 seconds
click on portfolio: GET edit.php?post_type+portfolio takes 16 seconds
click on appearance: GET themes.php takes 11 seconds.So, I’m not sure how to go about fixing this, or even what the problem is. My Php knowledge is light. I’m assuming something is wrong with the Php or a directory.
Any help troubleshooting this would be greatly appreciated!
Thanks!
- The topic ‘Site is speedy but admin Dashboard is slow like snail. What gives?’ is closed to new replies.