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

Sander van de Graaf's Blog: Optimizing your (ZF) web application

ProDevTips.com: Parsing with Zend HTTP Client

Cal Evans' Blog: How I got Zend_Tool working on Windows

Matthew Weier O'Phinney's Blog: Exposing Service APIs via Zend Framework

Matthew Weier O'Phinney's Blog: Backported ZF2 Autoloaders


Community Events











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


conference composer community series podcast example opinion object zendframework2 introduction release code testing framework functional language development interview database api

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