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 […]
While building an intranet application I was in need for adding some performance to my user based queries and logic. After considering and discarding to write a stream_wrapper for the session:// space and use if with a File backend, I came across the registry backend by Sameer Parwani, and noticed how fairly easy it was […]