Opened 15 years ago
Closed 15 years ago
#17352 closed enhancement (fixed)
Avoid unnecessary multiple output buffers in admin-ajax get-comments
| Reported by: | mitchoyoshitaka | Owned by: | mitchoyoshitaka |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.2 |
| Component: | Performance | Version: | |
| Severity: | normal | Keywords: | has-patch |
| Cc: | Focuses: |
Description
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?
Attachments (1)
Change History (3)
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
In [17897]: