We have a new form with 10 database lookups (Question #, Question Text, and Point Value) that populate 10 tables as new rows, adding a total of 129 rows. When loading the form however it takes about 50sec to populate these tables. In some instances Chrome actually pops up and says that the website isn't responding. We plan on this form being used on an iPad and load time there is over 3min. Is there anyway to speed this up? I saw that 10.1 was supposed to have performance improvements and we are on 10.1.0.579.
Also we have minimal CSS (change some text alignment, remove table headers etc.) and minimal JS (just changing background color of a few fields based on value, this runs fast). And this is just the first piece of the form, we still have location information to lookup, product information, etc. to add.