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

IT Jungle: PHP and the Zend Framework

PHPro.org: Application Configuration

Jim Wynia's Blog: Tracking Accomplishments with PHP, Google Calendar and Zend Framework

Zend Developer Zone: Zend Framework Beta 0.9.3 Released

Padraic Brady's Blog: The PHPSpec Zend Framework App Testing Manifesto: Preamble


Community Events











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


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

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