[wp-trac] Re: [WordPress Trac] #10133: Dashboard not loaded
WordPress Trac
wp-trac at lists.automattic.com
Tue Jun 23 01:41:14 GMT 2009
#10133: Dashboard not loaded
----------------------------+-----------------------------------------------
Reporter: pavelevap | Owner:
Type: defect (bug) | Status: new
Priority: high | Milestone: 2.8.1
Component: Administration | Version:
Severity: normal | Keywords: reporter-feedback
----------------------------+-----------------------------------------------
Comment(by azaozz):
Looks like SimplePie can take a lot of memory or even crash on some
specific server configurations and/or PHP versions. The normal WordPress
admin memory usage with 3-4 (not memory hungry) plugins is about 11 -
12MB, well below the 32MB that is set as maximum.
Unfortunately when that happens the page doesn't work properly as most
JavaScript is supposed to load in the footer and is missing. The above
patch is mainly a workaround for this.
Add something like:
{{{
<p><?php echo memory_get_usage(true); ?></p>
}}}
to admin-header.php and admin-footer.php to see the memory used at the
beginning and end of any admin page.
--
Ticket URL: <http://core.trac.wordpress.org/ticket/10133#comment:25>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list