[html-formfu] Performance
Tobias Kremer
list at funkreich.de
Fri Jun 22 12:36:55 GMT 2007
Hey folks,
I'm noticing a tremendous slow-down for all Catalyst controllers which
make use of the Catalyst::Controller::HTML::FormFu plugin to utilize
FormFu-based forms.
I have some actions that do quite a lot of heavy database queries and
they still come out at 20-25 requests-per-second (without db query caching)
whereas actions with even basic FormFu forms (12 standard text-input fields
w/o constraints or anything else) top out at about 4-8 requests-per-second :(
Plain just-deliver-some-template actions are served with approx. 100 rps.
Is anyone else noticing this? If so, optimizing the performance of
HTML::FormFu really should become a high priority task IMHO.
--Tobias
More information about the HTML-FormFu
mailing list