News Feed
Jobs Feed
Sections




News Archive
Till Klampaeckel's Blog:
Zend Framework Slow automatic view rendering
March 30, 2010 @ 14:50:16

In a new entry to his blog, Till Klampaeckel looks at view rendering for Zend Framework applications and how, as he assumed it would, making a change in the automatic rendering on the views could speed things up quite a bit.

My thesis is that there's a gain in page rendering time when I disable automatic view rendering and use explicit render calls ($this->render('foo');) inside my controllers. And to cut to the chase, there is. On our app, I measured a 12% improvement using Xdebug's profiler - simple before-after-style.

He talks a bit about his setup for testing his theory complete with a customized loader as well as the platform (OS and web server) he ran the tests on. He used Xdebug to run the testing. His conclusion is a pretty obvious one - what you gain in convenience you sacrifice in performance.

15 comments voice your opinion now!
zendframework view render automatic


blog comments powered by Disqus

Similar Posts

Chris Hartjes' Blog: The Story and Rebirth Of Zend_Service_Audioscrobbler, Part 2

Zend Developer Zone: PHP Abstract Podcast Episode 13: Introduction to the Zend Framework

Community News: Webinar Today for Zend Framework/Dojo Partnership

Daniel Vecchiato's Blog: Using Zend Framework components in Code Igniter

Zend Developer Zone: Search Engine Friendly Websites with the Zend Framework


Community Events











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


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

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