[html-formfu] Performance

Tobias Kremer list at funkreich.de
Fri Jun 22 14:00:01 GMT 2007


> Zitat von Carl Franks <fireartist at gmail.com>:
>
> > A good start would be to simply remove the FormFu controller and
> > create the form manually with load_config_file() - and compare hit
> > rates.
>
> I'm gonna report back with results shortly. If this really is the
> cause I'll try to re-implement the Catalyst <-> FormFu bridge the way you
> suggested.

with C::C::HTML::FormFu:    ~11 request per second
without C::C::HTML::FormFu: ~11 requests per second

:(

I believe that the many TT INCLUDEs to build the form are causing
the bad performance. I measured the stringification time of $form
in my controller and it takes up approx. 50-60% of the action's
whole processing time.

--Tobias



More information about the HTML-FormFu mailing list