> Zitat von Carl Franks <[EMAIL PROTECTED]>:
>
> > 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

_______________________________________________
HTML-FormFu mailing list
HTML-FormFu@lists.scsys.co.uk
http://lists.scsys.co.uk/cgi-bin/mailman/listinfo/html-formfu

Reply via email to