[wp-trac] [WordPress Trac] #10952: Wordpress checks for core/plugin/theme upgrades upon every hit to [almost] any admin page
WordPress Trac
wp-trac at lists.automattic.com
Fri Oct 16 07:50:03 UTC 2009
#10952: Wordpress checks for core/plugin/theme upgrades upon every hit to [almost]
any admin page
--------------------------+-------------------------------------------------
Reporter: archon810 | Owner:
Type: defect (bug) | Status: new
Priority: normal | Milestone: Unassigned
Component: Performance | Version: 2.8.4
Severity: normal | Keywords: reporter-feedback
--------------------------+-------------------------------------------------
Comment(by dd32):
> $_wp_using_ext_object_cache is true but I forced it to false to see
where it's getting the data from
..I missed that, Which is the problem.
Do you have a file 'object-cache.php' in your Wp-content directory?
Its set by this code in wp-settings.php:
{{{
if ( file_exists(WP_CONTENT_DIR . '/object-cache.php') ) {
require_once (WP_CONTENT_DIR . '/object-cache.php');
$_wp_using_ext_object_cache = true;
} else {
require_once (ABSPATH . WPINC . '/cache.php');
$_wp_using_ext_object_cache = false;
}
}}}
It sounds like your external object cache is malfunctioning..
wordpress at dd32.id.au if you'd like some offline help.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10952#comment:9>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list