[wp-trac] [WordPress Trac] #17352: Avoid unnecessary multiple output buffers in admin-ajax get-comments
WordPress Trac
wp-trac at lists.automattic.com
Mon May 9 03:09:34 UTC 2011
#17352: Avoid unnecessary multiple output buffers in admin-ajax get-comments
-----------------------------+-----------------------------
Reporter: mitchoyoshitaka | Owner: mitchoyoshitaka
Type: defect (bug) | Status: new
Priority: normal | Milestone: Awaiting Review
Component: Performance | Version:
Severity: normal | Keywords:
-----------------------------+-----------------------------
In the admin-ajax get-comments code, there's currently a loop over each
list table item in order to build up the comments HTML, but it creates,
gets, and clears the output buffer for each of these loops. This probably
could be collapsed into one output buffer?
--
Ticket URL: <http://core.trac.wordpress.org/ticket/17352>
WordPress Trac <http://core.trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list