Closed
Bug 1191995
Opened 9 years ago
Closed 7 years ago
Poor scrolling performance on http://kangax.github.io/compat-table/es6/ , due to CSS filter rendering
Categories
(Core :: Layout, defect)
Tracking
()
RESOLVED
DUPLICATE
of bug 1267898
People
(Reporter: daniel.nr01, Assigned: tschneider)
References
()
Details
(Keywords: perf)
User Agent: Mozilla/5.0 (Windows NT 6.1; WOW64; rv:42.0) Gecko/20100101 Firefox/42.0
Build ID: 20150806030205
Steps to reproduce:
* Visit http://kangax.github.io/compat-table/es6/
* Scroll the page
I'm running latest Nightly on Windows 7 64-bit.
Actual results:
The scrolling is janky. By recording a session with the preformance devtools you can see that almost all time is spent in painting and that we get a very low avg fps.
Expected results:
The scrolling should be smooth as in IE 11 and Chrome 44.
Updated•9 years ago
|
Product: Firefox → Core
Comment 1•9 years ago
|
||
Pushlog:
https://hg.mozilla.org/integration/mozilla-inbound/pushloghtml?fromchange=9b157630e5ab&tochange=697c4b245de0
Triggered by: 697c4b245de0 Tim Nguyen — Bug 1057180 - Enable CSS Filters by default. r=dbaron
Blocks: 1057180
Status: UNCONFIRMED → NEW
status-firefox39:
--- → affected
status-firefox40:
--- → affected
status-firefox41:
--- → affected
status-firefox42:
--- → affected
status-firefox-esr31:
--- → unaffected
status-firefox-esr38:
--- → affected
Ever confirmed: true
Keywords: perf
Comment 2•9 years ago
|
||
profile log
http://people.mozilla.org/~bgirard/cleopatra/#report=9241efd053ec5b65d53c1480d10734dd530eb4d2
Component: Untriaged → Layout
Updated•9 years ago
|
Flags: needinfo?(ntim.bugs)
Flags: needinfo?(dbaron)
Updated•9 years ago
|
Flags: needinfo?(ntim.bugs)
Flags: needinfo?(mvujovic)
Flags: needinfo?(mstange)
Updated•9 years ago
|
Flags: needinfo?(dbaron)
Summary: Poor scrolling performance on http://kangax.github.io/compat-table/es6/ → Poor scrolling performance on http://kangax.github.io/compat-table/es6/, due to CSS filter rendering
Comment 3•9 years ago
|
||
Deferring needinfo to Markus, since I'm not working on Firefox these days.
Flags: needinfo?(mvujovic)
Comment 5•9 years ago
|
||
To Tobias for profiling and diagnosis.
Assignee: nobody → tschneider
Flags: needinfo?(mstange)
Flags: needinfo?(bugs)
Assignee | ||
Comment 6•9 years ago
|
||
After profiling and talking to Markus, the poor scrolling performance seems to be related to https://bugzilla.mozilla.org/show_bug.cgi?id=975644, not canvas filters.
Comment 7•8 years ago
|
||
I think we can close this as a dupe of Bug 1267898 (which depends on Bug 975644), since it's really about "fake" position: sticky performance (because we don't support pos:sticky on thead yet).
(Or we can close the other as a dupe of this and update the title)
WDYT Tobias?
Flags: needinfo?(tschneider)
Assignee | ||
Updated•7 years ago
|
Status: NEW → RESOLVED
Closed: 7 years ago
Flags: needinfo?(tschneider)
Resolution: --- → DUPLICATE
You need to log in
before you can comment on or make changes to this bug.
Description
•