Details
-
Improvement
-
Status: Open
-
Normal
-
Resolution: Unresolved
-
None
-
None
-
None
-
Flagged
Description
In a document where user can add multiple instances/containers of a compound type.
In some scenarios, users have added more than 100 containers of the compound to the document, which roughly takes around 10-12 sec to open/edit
The issue when user try to delete even a single container of the 100 added, it again takes nearly the same time (10-12 sec) to complete deletion while it is expected to be done a lot faster.
From the logs, it was found that the system is reprocessing and repainting all the remaining containers and thats why its taking that much time.
Is there a way to avoid this and reduce the processing time while deletion.