Page 1 of 1
Speed Issue
Posted: 30 Jul 2014
by Katerina
Hi,
I have notticed that every time that I open a form is taking too much time to load. Is there any reason for that? Is it something that we can fix please?
Thanks
Re: Speed Issue
Posted: 31 Jul 2014
by Dmitry Kozlov
Hello Katerina,
The speed depends on the number of fields and especially lookup fields on the form because lookup column loads all items from the source list each time you open the form. If you have a lot of fields on your form, you'll encounter the same issue on the default forms as well. So, I'd recommend to decrease the number of fields, to turn all fields the user don't modify into display mode or remove them from the form at all. Also, you can split the form into multiple forms with help of
groups functionality and display each form in accordance with the predefined conditions.