#8470 closed defect (bug) (invalid)
Large exports break frequently
Reported by: | tott | Owned by: | tott |
---|---|---|---|
Milestone: | Priority: | normal | |
Severity: | normal | Version: | |
Component: | Export | Keywords: | reporter-feedback |
Focuses: | Cc: |
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
@
16 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
@
16 years ago
- Keywords reporter-feedback added; has-patch needs-testing removed
- Milestone changed from 2.8 to 2.9
Note: See
TracTickets for help on using
tickets.
minor improvements against rev 10020 for export routine in terms of content flushing and memory consumption