Description
I have a page with almost 800 controls -- it's a list editor as shown in the attachment (I sent an image of the page by separate email.)
About half of the controls are "dummy", disabled select controls used to emulate "readonly" functionality for the "real" select controls. After the page loads it takes from 6 to 10 seconds before the page is responsive. I determined that almost all of this time is spent somewhere in zebra_form.js (the page load speeds up by that much when I do not load that one javascript file).
Do you have any suggestions for how I might speed up the page load? For example, whatever initialization it is doing on the controls in the ".each" loop, is there a property I can put on the "dummy" controls so it will skip them? Or any other suggestions?
Thanks and Best Regards,