Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Fixed
-
Affects Version/s: 1.8.2-EE-GA_P01, 1.8.2a
-
Fix Version/s: 1.8.3, 1.8.2-EE-GA_P02, 2.0.0
-
Component/s: Bridge
-
Labels:None
-
Environment:IE 8, FF 3.5.9, Win XP SP3
Description
Have an example application with thousands of nodes in a tree. Actually 4 trees, parallel to each other, creating the impression of a tree table, with each tree being a different column. The leftmost tree has drag and drop setup on each node, as well as a context menu.
Expanding and unexpanding folder nodes was noticeably slow, and dragging nodes between folders was noticeably slow, and dragging nodes from or to the root was very slow.
Expanding and unexpanding folder nodes was noticeably slow, and dragging nodes between folders was noticeably slow, and dragging nodes from or to the root was very slow.
Ran the following scenarios in IE 8's javascript profiler, finding large time durations, and figured out ways to optimise the code, to reduce the time durations:
These are the optimisations I made: