﻿id	summary	reporter	owner	description	type	status	priority	milestone	component	version	severity	resolution	keywords	cc
10698	Reduce memory usage for XML-RPC requests	josephscott	josephscott	"Demitrious Kelly did some excellent work in reducing the memory usage for processing large XML-RPC requests on {{{WordPress.com}}}.  I'm including a patch of his work on wp-includes/class-IXR.php that does the following:


 - Pass references instead of copies of the full XML-RPC request
 - Limit the XML declaration stripping to the first 100 characters of the data
 - Parse the XML in chunks so that the whole thing doesn't get slurped into memory"	defect (bug)	closed	normal	2.9	XML-RPC		normal	fixed	has-patch	josephscott
