ZF-5591: Add the ability to disable the XML to Object mapping in Zend_Gdata
Description
Extensive profiling has shown that when requesting regular feeds, performance can be improved by a factor of 35 if the XML to object mapping is disabled. A longer term goal would be to re evaluate how we currently handle support for Gdata v2, especially since in a small script to fetch a feed from YouTube, roughly 70% of the time is spent checking for and dynamically registering namespaces for v2.
Comments
Posted by Jochen Hartmann (jhartmann) on 2009-01-20T16:16:49.000+0000
Fixed in trunk in r13718.
Posted by Jochen Hartmann (jhartmann) on 2009-01-20T17:32:49.000+0000
Merged to 1.7 in r13720.
Posted by old of Satoru Yoshida (yoshida@zend.co.jp) on 2009-04-01T05:45:13.000+0000
correct versions of fix and affect