Make WordPress Core

Opened 18 years ago

Closed 13 years ago

Last modified 13 years ago

#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)

large-export-fix-no-indent.diff (1.6 KB ) - added by tott 18 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
18 years ago

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

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

  • Keywords reporter-feedback added; has-patch needs-testing removed
  • Milestone 2.82.9

#3 @ryan
17 years ago

  • Milestone 2.9Future Release

#4 @iseulde
13 years ago

  • Keywords export large memory removed
  • Resolutioninvalid
  • Status newclosed

No feedback in over five years.

#5 @helen
13 years ago

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