Archive for October 5th, 2009

Load Zend_Config_XML files using a cache

October 5, 2009

In a recent project I noticed that my configuration files where taking some ms of processing speed while parsing the xml files into Zend_Config object To solve this problem, using a Cache is obvious, but there are more optimizations you need to consider when using Zend_Config Zend_Config uses lots of in_array calls at each level [...]

Tags: , ,
Posted in Uncategorized No Comments »