News Feed
Jobs Feed
Sections




News Archive
Zend Developer Zone:
Caching of Zend Framework application configuration file
May 27, 2011 @ 12:02:02

On the Zend Developer Zone today there's a new post showing how you can cache your application configuration file to boost the performance of your Zend Framework application just a little bit more.

If you think that you've done everything in terms of performance optimization of your Zend Framework-based project, I bet that your application configuration file was not included in that process. [...] Reason why I'm referring to application config is that its parsing is performed on every request, which is certainly unnecessary, as you don't make configuration changes very often. Solution is simple - cache it.

He opts for an APC-based solution that, in the bootstrap, reads in the configuration file and caches it as a part of a custom Zend_Application object. Code is included for both the addition to the bootstrap and the custom class extending Zend_Application to handle the actual caching.

0 comments voice your opinion now!
zendframework application configuration cache apc


blog comments powered by Disqus

Similar Posts

Juozas Kaziukenas' Blog: Starting with Zend_Search_Lucene

Matthew Weier O'Phinney's Blog: Creating Zend_Tool Providers

PHP-GTK Community Site: Accessing geo-nick with Zend Framework (Zend_XmlRpc_Client)

SitePoint PHP Blog: The next hot PHP app you install might be IBM's

Alexander Netkachev's Blog: Controller/Action versus Folder/Page


Community Events











Don't see your event here?
Let us know!


series framework conference testing podcast development introduction unittest object tool language functional example zendframework2 phpunit community release opinion interview code

All content copyright, 2013 PHPDeveloper.org :: info@phpdeveloper.org - Powered by the Solar PHP Framework