News Feed
Jobs Feed
Sections




News Archive
VG Tech Blog:
Lazy Loading Resources with Zend Framework Bootstrap
June 01, 2012 @ 14:48:23

On the VG Tech blog today André Roaldseth has a new post showing how to lazy load in the Zend Framework bootstrap using two handy methods you can drop into your applications initialization.

The Bootstrapping process in Zend Framework isn't perfect. You'll often end up bootstrapping a lot of resources that you don't need to complete the request. Depending on the resources this can be really expensive and hurt your overall performance. The worst kind are resources that open connections to external services [...], even worse, if the services are down they will end up blocking the execution.

Using his modified "getResource" and "lazyload" methods, he shows you how to modify your resource requests to put them in a temporary state that is only initialized when the resource is needed. You can find the code for this example in this gist.

0 comments voice your opinion now!
zendframework resource lazyload bootstrap


blog comments powered by Disqus

Similar Posts

Rob Allen: Zend\ServiceManager configuration keys

Community News: Zend Framework 1.0.0 RC3 Released

PHPRiot.com: Zend Framework 101: Zend_Registry

Zend Developer Zone: Zend Framework 1.7.5 Released (Security Fix)

Rob Allen's Blog: The Redirector action helper


Community Events











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


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

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