Home › Forum › General › Flash related performance issues › Re: Flash related performance issues
January 24, 2012 at 4:50 pm #5991
Keep in mind that the application and forms run in the user’s browser. It only “calls” the application or database server on load, save, and submit.That is why loading and saving the design of a large form will take longer.The most important thing to consider is the performance for the users of the forms.
Larger forms will take longer to load. I try to reduce the number of behavior objects by using Run Behavior objects wherever possible. When possible I use parent child relationships to break large processes up into smaller pieces.