Modify ↓
Ticket #807 (closed bug: invalid)
Slower on Powerbook G4 both Fx2 and Safari2
| Reported by: | folletto AT gmail DO | Owned by: | |
|---|---|---|---|
| Priority: | minor | Milestone: | |
| Component: | core | Version: | 1.1 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
I run the tests on my Powerbook G4 on both Firefox 2 and Safari 2 and while everything is now really faster, two tests run slower:
- div #speech5, on Fx 23ms vs 101ms (4x slower)
- #scene1 #speech5, on Fx 1ms vs 9ms (9x slower)
It might be an issue related to the G4 CPU, still I think it's useful to notice that seems related to the #id selector...
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

These are slower, but correct. The old implementation simply ignored the given context, using document.getElementyById whereever possible.