Yes I have the same problem. I have 4 domains and I´ve updated WP on 3 of them, all of which are extremely slow but the one I havn´t updated is ok.
Thread Starter
palleh
(@palleh)
I guess I must install a earlier version of WP to avoid the problem. 🙂
I’ve seen this. Seems to be something with WordPress loading javascripts.
If I add the following to functions.php to cut out two include loads:
wp_deregister_script(‘l10n’);
wp_deregister_script( ‘comment-reply’ );
And disable all plug-ins with javascript loads everything works fine. Smells like somethings up with 3.1.3.
Updated to 3.1.3 automatically, maybe manual could fix this.
Hi,
I’ve seen this issue as well. I’m able to resolve it by
Reactivating the Twenty 10 theme
Then, reactivating my custom theme
For some reason, that seems to sort it out. Hope that works for you as well.
Thread Starter
palleh
(@palleh)
Hi, Dene
Thank you very much for your reply.
Actually I’ve already experienced the same myself, but I wasn’t sure it was true or just a coincidence. 🙂