Copyright © 2010 A. Fatih Syuhud. All Rights Reserved. Snowblind by Themes by bavotasan.com. Powered by WordPress.
When I try to edit a post, it loads so long and comes this error message:
A script on this page may be busy, or it may have stopped responding. You can stop the script now, or you can continue to see if the script will complete.
Script: http://…../wp-includes/js/jquery/jquery.js?ver=1.2.6:11
In the wp forum I found the answer here. It worked well according to some people in the forum. I haven’t tried yet though.
Hello,
I found the problem with my site was that on writing a NEW post (not editing an existing one) there was a script that was loading the post meta for EVERY post-id in the whole database. In my case about 30,000 records. This killed the system. What I did was prevent the load of post meta by modifying the wp-admin\edit-form-advanced.php and removing the load of the custom fields meta.<?php
$metadata = has_meta($post->ID);
list_meta($metadata);
?>This fixed the problem and it loads very quickly now. May not be elegant but then again neither is loading every post in the meta!
GW
The problem with me seems in reverse. The error message occurs when I try to edit a post and add a picture in that post. No problem happens when I post a new article or edit an existing one (without adding a picture / image).
Hopefully, it’ll help those who experiencing the same problem.






