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

Ed Eliot's Blog: Automatic merging and versioning of CSS/JS files with PHP

IBM developerWorks: Integrate your PHP application with Google Calendar

Developer Tutorials Blog: Zend Framework: The Best Framework for Use With Other Frameworks

Zend Developer Zone: View Helpers in Zend Framework

Christopher Bledsoe's Blog: PHP Dependency Injection (Inversion of Control)


Community Events









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


development code release composer database language testing functional event framework api community phpunit object unittest opinion zendframework2 interview example introduction

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