Hello everyone,
 
I have noticed that Zend Form part of Framework is being executed extremely 
slow. Comparing to the same form being implented with no framework, here are 
the results (the layout part load time is also included here, for both columns):
 
Just loading the form (no submit): 
with framework: 1.6sec - 5500KB
no framework: 0.1sec - 3800KB
 
Submitting the form and validating it:
with framework: 2.8sec - 5900KB !!!!!
no framework: 0.12sec - 3870KB
 
The form contains 15 elements (3 select and the rest - input text ) and 5 very 
simple extensions of DB abstract table.
 
What would be the problem? Any tips? 
 
Thanks in advance


      

Reply via email to