Make WordPress Core

Opened 15 years ago

Closed 11 years ago

Last modified 11 years ago

#8470 closed defect (bug) (invalid)

Large exports break frequently

Reported by: tott's profile tott Owned by: tott's profile 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)

large-export-fix-no-indent.diff (1.6 KB) - added by tott 15 years ago.
minor improvements against rev 10020 for export routine in terms of content flushing and memory consumption

Download all attachments as: .zip

Change History (6)

@tott
15 years ago

minor improvements against rev 10020 for export routine in terms of content flushing and memory consumption

#1 @ryan
15 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 @lloydbudd
15 years ago

  • Keywords reporter-feedback added; has-patch needs-testing removed
  • Milestone changed from 2.8 to 2.9

#3 @ryan
14 years ago

  • Milestone changed from 2.9 to Future Release

#4 @iseulde
11 years ago

  • Keywords export large memory removed
  • Resolution set to invalid
  • Status changed from new to closed

No feedback in over five years.

#5 @helen
11 years ago

  • Milestone Future Release deleted
Note: See TracTickets for help on using tickets.