Hi,

I've seen that by just adding the attribute "FormConfig" in a subroutine declaration in a Catalyst controller that subclasses Catalyst::Controller::HTML::FormFu decreases the response speed from 36 requests to only 5 requests per second, without changing anything else.

I've seen that if I empty the file that holds the form config for that subroutine, the speed decreases to only 20 requests per second, which is much better, so I assume that a part of this delay is caused by the config file parsing.

Is it possible to cache somehow the config files or do something else to improve the speed?

Thank you.

--
Octavian


_______________________________________________
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