-
New Feature
-
Resolution:
Won't Fix
-
Normal
-
-
8.0.2
-
None
-
Security Level:
Jimmy
-
-
ZK 8.5.2 S1
-
None
steps to reproduce
- run the attached zul
- click "open All Without Notify" button
- click "open All With Notify"
- comparing the performance
actual result
- client-side rendering takes a long time. in openWithoutNotification.cpuprofile, open() gets longer and longer.
- Using "notify change" takes less time than "open All Without Notify" case.
debug info
- please try to optimize it to avoid taking longer and longer time when the number of open node increases.
- At client side, opening nodes one by one requires much time to calculate width. is it possible to reduce width calculating time?
- please check attached screenshots