Opened 14 years ago
Closed 13 years ago
#3092 closed enhancement (fixed)
tune widget system performance
Reported by: | alex | Owned by: | bill |
---|---|---|---|
Priority: | high | Milestone: | 1.1 |
Component: | Dijit | Version: | 0.9 |
Keywords: | Cc: | alex | |
Blocked By: | Blocking: |
Description
the widget system in 0.9 is pretty quick, but we should keep an eye on the ball. This is a general bug for widget tuning purposes. Checkins logged here should note the performance differences that go along w/ each change.
Change History (6)
comment:1 Changed 14 years ago by
comment:2 Changed 14 years ago by
comment:3 Changed 14 years ago by
comment:4 Changed 14 years ago by
Milestone: | 0.9 → 1.1 |
---|
comment:5 Changed 14 years ago by
comment:6 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
(In [8685]) updates to improve the performance of _createNodesFromText. This checkins:
On the "themeTest.html" page, these changes reduced the time to construct the ~90 widgets on that page by nearly 20ms (112ms->93ms, avg).
Refs #3092