Re: Performance of forms
On 10/29/2009 01:56 AM, skachru wrote:
> 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
>
>
What version and patch level are you using of the User Application. With
3.6 or 3.6.1 the Dojo framework was updated, so this may give you some
performance improvement. Don't know for sure but my be worth testing at
least.
|