News Feed
Jobs Feed
Sections




News Archive
Terry Chay's Blog:
Autoloading and Lazy Loading
April 27, 2009 @ 11:14:26

In this recent post to his blog Terry Chay points out one way he (and Tagged) used to help prevent things like "unknown class" errors in their code - lazy loading.

It's not that Andrei is wrong in his admonition. Far from it! For reasons that I don't quite care to know, there are caching and lookup optimizations that APC cannot do when it has to switch context to run __autoload.

They did see a performance boost from the code rewrite it took to make this happen but, since not everyone can take the time to optimize their code like this, he also suggests another way (as written up by Brian Shire). It uses two settings for APC in your php.ini file and the latest versions of PHP 5.3 & APC along with this patch to make them work.

0 comments voice your opinion now!
autoload lazy load apc cache performance increase


blog comments powered by Disqus

Similar Posts

Kore Nordmann\'s Blog: Image_3D Performance

Ruslan Yakushev's Blog: Slides and Questions from PHP on Windows Webcast

IBuildings techPortal: Understanding APC

O\'Reilly: Digg PHP\'s Scalability and Performance

Court Ewing's Blog: Zend Framework Modules: Autoloading & Namespaces


Community Events











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


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

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