Closed
Bug 715037
Opened 13 years ago
Closed 2 years ago
http://bartaz.github.com/impress.js/ is slower in FF than in Chrome on Mac
Categories
(Core :: Graphics, defect)
Tracking
()
RESOLVED
WORKSFORME
People
(Reporter: jrmuizel, Unassigned)
References
Details
The demo here: http://bartaz.github.com/impress.js/ runs smooth in Chrome but not in FF on OS X.
Reporter | ||
Comment 1•13 years ago
|
||
I took a quick profile of this and we're spending a fair amount of time in painting code and texture upload. I wonder if we do more invalidation than Chrome does.
Reporter | ||
Comment 2•13 years ago
|
||
Taking a quick look at it in Safari's debug mode, it looks like the hardly repaint the layers at all.
Depends on: 524925
![]() |
||
Updated•13 years ago
|
Summary: http://bartaz.github.com/impress.js/ is slower in FF than in Chrome → http://bartaz.github.com/impress.js/ is slower in FF than in Chrome on Mac
Updated•2 years ago
|
Severity: normal → S3
Updated•2 years ago
|
Status: NEW → RESOLVED
Closed: 2 years ago
Component: Layout → Graphics
Resolution: --- → WORKSFORME
You need to log in
before you can comment on or make changes to this bug.
Description
•