News Feed
Jobs Feed
Sections




News Archive
PHPImpact Blog:
Zend_Form Performance Issues
July 07, 2008 @ 10:21:14

On the PHP::Impact blog, there's a new post mentioning some of the problems that he (Federico) has run into when his Zend_Form forms got larger and larger - performance.

If you are using Zend_Form and your site increases in complexity and attracts more traffic, you are most likely to run into performance problems. Of course, bigger and more complex projects result in more load on your servers. [...] In this post I'll explain the problems I faced when using Zend_Form and how I managed to optimize it and improve the performance of my application.

He ran a few tests against his code and found out that one of the biggest causes of overhead was the many calls to other components in the framework to handle different parts of the output. His solution was to modify the Zend_Form_Elements component to check for dependencies before the form is executed. Pre-loading like this prevents the high-overhead (and repetitive) dynamic loading later on.

1 comment voice your opinion now!
zendframework component form zendform performance issue load


blog comments powered by Disqus

Similar Posts

Cal Evans' Blog: I called Zend_Json::encode(), so WTH are all my properties?

Danne Lundqvist's Blog: Site architecture based on Zend Framework

Sankho Mallik's Blog: Tutorial: Using Zend_Captcha_Image

Zend Developer Zone: Zend Framework application's PHPUnit suite 3x faster

Mark Kimsal's Blog: Is Your MVC MIA When it Comes to 404s?


Community Events









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


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

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