#8470 closed defect (bug) (invalid)
Large exports break frequently
| Reported by: | tott | Owned by: | tott |
|---|---|---|---|
| Priority: | normal | Milestone: | |
| Component: | Export | Version: | |
| Severity: | normal | Keywords: | reporter-feedback |
| Cc: | Focuses: |
Description
For large wordpress exports frequently the download stops at some point.
This effect seems to be due to bad memory utilization on slow downloads where the content cannot be flushed fast enough to the browser.
Attached patch includes various improvements in content flushing, and for cleaning of variables in order to save some memory.
Attachments (1)
Change History (6)
#1
@
18 years ago
queries grows only if someone has defined SAVEQUERIES. That is not defined by default.
Flushing doesn't always work if there are plugins that are buffering.
#2
@
18 years ago
- Keywords reporter-feedback added; has-patch needs-testing removed
- Milestone 2.8 → 2.9
Note:
See TracTickets
for help on using tickets.
![(please configure the [header_logo] section in trac.ini)](/chrome/site/your_project_logo.png)
minor improvements against rev 10020 for export routine in terms of content flushing and memory consumption