AudithSoftworks / Uniform

A jQuery plugin to make your form controls look how you want them to. Now with HTML-5 attributes!
http://opensource.imanov.net/uniform/
MIT License
2.2k stars 336 forks source link

Performance absolute bad on "update" #415

Closed pixel-shock closed 3 years ago

pixel-shock commented 9 years ago

Hi,

did you take a look at the performance tools in your browser? If I call the "udpate" function my browser hangs about 40s while updating 71 form elements (yes, 71 - it's a search form with filters etc.)

EDIT The init function is much faster ... maybe the easiest update solution is to destroy the changes that where made by the init function an reinit this again instead of swapping styles and reapply them?

Cheers Tino

jenbhu commented 9 years ago

i have 36 elements, and it hangs for about 1-2 seconds.