Wordpress tip: what to do if it’s too slow/impossible logging into your Wordpress admin area?
If something starts going strange or not working on your Wordpress blog, one of the most common causes is a plugin.
Written by third parties, plugins are one of the best parts about Wordpress - there’s so many of them out there which can add extra features or functionality to a basic install of Wordpress. So many of them are invaluable and almost standard when we set up a blog for clients.
Lately, we’ve run into a few problems caused by plugins and thought that sharing them might help you if you end up having the same sort of problem.
Here’s the first tip:
Does your site suddenly become very slow or impossible to log into the Wordpress admin area but the rest of your site is running fine?
A plugin could be the cause. Some plugins connect back to the plugin author’s website to see if there are new versions available. Nice and handy to be told when there is one, but not so great when the plugin’s website server is down, or having problems. Because it can’t connect, it may tie up your own admin area as well. This happened recently with aLinks - an awesome plugin - but it stopped others getting into their admin area.
Quick solution: disable the plugin until the other site is back up by moving the plugin folder outside of your Wordpress plugin directory. The usual method of disabling by unticking it on the plugins page won’t work if you can’t get into the admin area!

your thoughts
Wordpress tip: what to do if it’s too slow/impossible logging into … | Drupal Digest
[...] The rest is here: Wordpress tip: what to do if it’s too slow/impossible logging into … [...]
Ian Sims
I have found a better way of doing this and keeping aLinks active. Comment out the 4 lines in the function “aLinksNotices” within the “aLinksNotices.php” file in the /classes/ folder. It tries to connect remotely as you’d expect so commenting them out stops that and prevents the timeout.
Jake
Thank you so much for this post! I had exactly the same problem and after deactivating Alinks everything works perfectly fine…
Fix wordpress dashboard lag » Scorpiono.com
[...] pointed me here: http://www.cre8d-design.com/blog/2008/04/14/wordpress-tip-what-to-do-if-its-too-slowimpossible-loggi... It was a problem with aLinks, everything is fine [...]
Web Unleashed
It happened to me a couple of times. You might also temporarily rename the plugin folder into something like plugin2 and then login back into wordpress admin space.
kaman
thank you so much for this post.
jahda
i was ready to give up on wordpress due to this problem…this post gives me hope but not being a programmer i have no idea how to go about doing what you suggest… could you possible explain how to go about
“disable the plugin until the other site is back up by moving the plugin folder outside of your Wordpress plugin directory”
or
“Comment out the 4 lines in the function “aLinksNotices” within the “aLinksNotices.php” file in the /classes/ folder”
thank you so much!