Occasionally, I am greated with this error message when I try to wrote a post on one particular member blog:
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://pundit.blogpeoria.com/wp-includes/js/jquery/jquery.js?ver=1.2.6:11
An idea what to do to fix this?
What I did was follow the advice I found on this thread and deleted the following lines from this thread:
<?php
$metadata = has_meta($post->ID);
list_meta($metadata);
?>
Time will tell if this solves the problem.
There's a second solution further down as well.
If the folks are right in that thread about loading postmeta for all of the posts on the blog in question, that would be a concern. (At least I would think it would be.)