-
Notifications
You must be signed in to change notification settings - Fork 331
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Performance degradation with lots of fields #67
Comments
Just hit something similar on a form about the same size, takes around 5 seconds to validate 70+ inputs, lots of them checkboxes and radios. While the typing performance can/will be improved by removing the bindings for keyup/down/press, validating large forms on submit leaves my screen unresponsible for a few seconds. |
experiencing the same issue. Soooo slow. |
Ditto. All browsers become unresponsive for about 5 - 15 seconds; FF 19.0.2, Chrome 26.0, IE8/9. |
Facing the same issue with a large form :-( |
Reduced from 9s to around 1.2s for a large checkbox-heavy form. Fix in branch 1.3.7 (1.3.7 is not yet released). Please do re-open with an example of a form you're having issues with if the fix in 1.3.7 has no affect on your form. |
I created a form with a handful of elements and the plugin works great. I now have a form with 84 input fields on it and when typing in an input field, there is a lag. Also, when hitting submit, there is a big lag.... maybe 5 - 7 seconds.
Anyone else experiencing this?
The text was updated successfully, but these errors were encountered: