Entire page looping
-
I don’t expect to get an answer to this – but I will ask anyway!
I have a WordPress 3.0. + BuddyPress 1.2.5, and sometimes the entire page loops. It takes perhaps a minute to load, and instead of the usual 30-70 SQL queries, there can be up to 1500+ queries. Plus, if I am stepping through the code, I see that WordPress can be called multiple times, because I have a break set on the first line of WordPress index.php, which is define(‘WP_USE_THEMES’, true);
Unfortunately, it doesn’t do it each time in the same place, sometimes the page loads slowly first time, then quickly a second time, other times it loads correctly, with only one call to index.php
I am a bit stuck as to where to look in the code to see what is happening, because it is so random.
Any thoughts, anyone?
You must be logged in to reply to this topic.