Performance of forms
Hi,
I have a form containing around 100 fields. A few of the fields have onLoad and onChange logic written. Form takes around 40 seconds for loading. Now, when i comment all the onLoad and onChange code, the form is loaded in 38 seconds, not a significant gain. I reduced the number of fields to 60 and uncommented the onLoad and onChange code. The form takes 22 seconds to load, which is a significant amount of gain. Seems number of fields are the culprit. Can we do some fine tuning so that the field loading time is reduced. I cannot reduce the number of fields as these are required as per the requirement of the solution.
Regards
Saurabh Kachru
|