I noticed a big slow down when dealing with group-type fields that have a lot 
of options.  Tracked it down to the H::FF::E::_Group _parse_option() which was 
using eval's for testing if the item was a hash or array reference.  Switched 
it to just test with ref() and got a major speed up, about 1.5 to 2 seconds for 
some forms.

(BTW This is my first patch to a mailing list... hope it works!) 

-Steve

Attachment: html_formfu_element__group.patch
Description: html_formfu_element__group.patch

_______________________________________________
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