Expand my Community achievements bar.

Dive into Adobe Summit 2024! Explore curated list of AEM sessions & labs, register, connect with experts, ask questions, engage, and share insights. Don't miss the excitement.

Form runs slow

Avatar

Level 2

Lets say I have a form with a ton of objects in it.  Do they all initialise on the load?  Is there a way to avoid it?

Also, it there something out there to help optimize a form?

Thanks,

2 Replies

Avatar

Former Community Member

Yes they all initialize ......it tales less resources if they are hidden .....but that is probably not what you want.

Paul

Avatar

Level 10

Hi,

Adobe also have a guide for improving performance here...http://www.adobe.com/devnet/livecycle/articles/DynamicInteractiveFormPerformance.pdf

One tip we got was that all of the calculate events fire when the form opens and is re-laid / re-rendered. We "try" to have calculations on the exit event rather than the calculate event, on the basis that the exit event is not processed until the user exits that field.

It would be interesting to hear views on this.

Good luck,

Niall