News Feed
Jobs Feed
Sections




News Archive
PHP 10.0 Blog:
Benchmarking Zend Framework loader
May 19, 2008 @ 08:49:56

On the PHP 10.0 blog, Stas does a little benchmarking of a big part of each request to a Zend Framework application - the Loader.

On Zend Framework lists there was a topic raised about performance impact of Zend_Loader component, which is used for - no surprise here! - loading classes, including autoloading, etc. Some folks thought that since Zend_Loader is executing some code before actual loading the required file, it must cost something. And it makes sense. However, how much does it cost?

He uses a set of scripts he developed to compare the bytecode caches of the requests both with and without the caching turned on. He ran the tests on a PHP 5.2 and PHP 5.3 installs with the lower (better) numbers coming from the latter in requests per second. He highly recommends turning this caching on on your system if you haven't already.

0 comments voice your opinion now!
benchmark zendframework loader requestspersecond zendloader


blog comments powered by Disqus

Similar Posts

Zend: Webinar Recording Posted - Zend Framework 1.0 - An Overview

Rob Allen's Blog: Zend_View: Access the view from a view helper

Zend Developer Zone: Zend Framework Based Projects

Matrin Rusev's Blog: Building a PHP Framework - Lessons Learned

Jani Hartikainen's Blog: Improved Zend Framework package maker


Community Events









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


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

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