Skip to content
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

Closed
cary42 opened this issue Mar 6, 2013 · 5 comments
Closed

Performance degradation with lots of fields #67

cary42 opened this issue Mar 6, 2013 · 5 comments
Milestone

Comments

@cary42
Copy link

cary42 commented Mar 6, 2013

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?

@icmgroup
Copy link

icmgroup commented Mar 9, 2013

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.

@jdewit
Copy link

jdewit commented Mar 22, 2013

experiencing the same issue. Soooo slow.

@mrgray
Copy link

mrgray commented Apr 10, 2013

Ditto. All browsers become unresponsive for about 5 - 15 seconds; FF 19.0.2, Chrome 26.0, IE8/9.

@ecolman
Copy link

ecolman commented Apr 16, 2013

Facing the same issue with a large form :-(

ReactiveRaven added a commit that referenced this issue May 3, 2013
ReactiveRaven added a commit that referenced this issue May 3, 2013
ReactiveRaven added a commit that referenced this issue May 3, 2013
ReactiveRaven added a commit that referenced this issue May 7, 2013
@ReactiveRaven
Copy link
Owner

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants