[wp-trac] [WordPress Trac] #14382: extra pages loading unnecessarily
WordPress Trac
wp-trac at lists.automattic.com
Sun Jul 25 00:28:48 UTC 2010
#14382: extra pages loading unnecessarily
---------------------------+------------------------------------------------
Reporter: zengy | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: 3.1
Component: Rewrite Rules | Version: 3.0
Severity: major | Keywords: regression
---------------------------+------------------------------------------------
Comment(by dd32):
I cant reproduce this.
Have you disabled all plugins?
What widgets do you have active?
Do the posts have anything in them other than Text? Images? Links?
Beef up the code a bit:
{{{
function display_post_id() {
global $post;
error_log('post id: ' . $post->ID . ' | post title: ' .
$post->post_title . ' | Time:' . $_SERVER['REQUEST_TIME'] . ' |
UserAgent:' . $_SERVER['HTTP_USER_AGENT']);
}
add_action('wp_head', 'display_post_id');
}}}
See if the User agent reveals anything, If its "WordPress.*" then its
likely a HTTP callback, if its the browser, It could be a HTTP Accelerator
which caches pages you're likely to visit
--
Ticket URL: <http://core.trac.wordpress.org/ticket/14382#comment:15>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list