[wp-trac] [WordPress Trac] #4421: Importers are memory hungry
WordPress Trac
wp-trac at lists.automattic.com
Fri Jun 8 07:00:52 GMT 2007
#4421: Importers are memory hungry
----------------------------+-----------------------------------------------
Reporter: ryan | Owner: ryan
Type: defect | Status: new
Priority: normal | Milestone: 2.3 (trunk)
Component: Administration | Version: 2.2
Severity: normal | Keywords: import importer memory performance
----------------------------+-----------------------------------------------
Most of the importers slurp entire files into memory and store the results
of parsing into memory, making for a big footprint. They also use lots of
unnecessary regular expressions. Importers should parse files one line at
a time and write posts to the DB as they are processed to help keep us
within memory limits.
--
Ticket URL: <http://trac.wordpress.org/ticket/4421>
WordPress Trac <http://trac.wordpress.org/>
WordPress blogging software
More information about the wp-trac
mailing list