Opened 14 years ago
Closed 14 years ago
#20665 closed defect (bug) (fixed)
wp.getUsersBlogs method runs out of memory when there are too many blogs
| Reported by: | mohanjith | Owned by: | nacin |
|---|---|---|---|
| Priority: | normal | Milestone: | 3.5 |
| Component: | XML-RPC | Version: | 3.0 |
| Severity: | normal | Keywords: | has-patch needs-unit-tests commit |
| Cc: | Focuses: |
Description
wp.getUsersBlogs method runs out of memory when there are too many blogs. But with the proposed changes (by avoiding switch_to_blog and restore_current_blog) you can list more blogs with same amount of memory.
Attachments (2)
Change History (10)
#6
@
14 years ago
- Keywords needs-unit-tests commit added
20665.diff includes get_home_url() and some cleanup.
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
Yeah, the switch_to_blog() really doesn't make any sense here.