News Feed
Jobs Feed
Sections

Recent Jobs

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




Similar Posts

Leon Chevalier's Blog: Improve website load time by 500% with 3 lines of code

Zend Developer Zone: Zend Framework Beta 0.9.3 Released

ProDevTips.com: Ajax, ZF and Smarty feed reader: part 3

Kore Nordmann\'s Blog: Image_3D Performance

Evert Pot's Blog: PHPUnit3 : first impressions


Community Events











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


zend code PHP5 releases PEAR framework example job ajax cakephp security package book developer mysql zendframework database release application conference

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