Side navigation
#807 closed bug (invalid)
Opened January 15, 2007 02:52PM UTC
Closed January 17, 2007 01:42PM UTC
Last modified June 20, 2007 02:37AM UTC
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: | ||
Blocked by: | Blocking: |
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...
Attachments (0)
Change History (1)
Changed January 17, 2007 01:42PM UTC by comment:1
resolution: | → invalid |
---|---|
status: | new → closed |
These are slower, but correct. The old implementation simply ignored the given context, using document.getElementyById whereever possible.