Ticket #7072 (closed defect: fixed)
dojo.query() is oddly slow in "~" child selectors on IE
| Reported by: | alex | Owned by: | alex |
|---|---|---|---|
| Priority: | high | Milestone: | 1.3 |
| Component: | Core | Version: | 1.1.1 |
| Severity: | minor | Keywords: | |
| Cc: |
Description
on slickspeed, Dojo 1.1's query() has a huge outlier in terms of overall performance on the "~" adjacent child selector. This seems to be due to a toLowerCase() string call which gets run very often in the tag name matching filter.
Change History
Note: See
TracTickets for help on using
tickets.