Investigate if RefreshDriver run on idle queue should update mLastFireTime sooner
Categories
(Core :: Layout, task)
Tracking
()
People
(Reporter: smaug, Assigned: smaug)
References
Details
(Keywords: perf-alert)
Attachments
(1 obsolete file)
During page load some RefreshDriver ticks are using idle queue. That behavior improves pageload on some animationframe heavy sites.
But it seems that idle detection might be a bit wrong if mLastFireTime isn't updated on time. Investigating.
(The behavior isn't new.)
| Assignee | ||
Comment 1•5 years ago
|
||
| Assignee | ||
Comment 2•5 years ago
|
||
Comment 4•5 years ago
|
||
| bugherder | ||
Comment 5•5 years ago
|
||
Backed out on request by smaug
Backout: https://hg.mozilla.org/integration/autoland/rev/2a64437827b9ee4c8d492ba7671cd6489cffc25c
Comment 6•5 years ago
|
||
Backed out changeset f488d4345f75 (bug 1676852) as per dev's request. a=backout
Backout on beta:
https://hg.mozilla.org/releases/mozilla-beta/rev/c5c6b7ec0fe5d5a0d8ff67cfafe333ae9e86a7c5
Updated•5 years ago
|
Comment 7•5 years ago
|
||
Comment 8•5 years ago
|
||
== Change summary for alert #27809 (as of Mon, 23 Nov 2020 05:27:11 GMT) ==
Regressions:
| Ratio | Suite | Test | Platform | Options | Absolute values (old vs new) |
|---|---|---|---|---|---|
| 4% | youtube | linux64-shippable-qr | cold nocondprof webrender | 815.86 -> 850.20 | |
| 2% | youtube | linux64-shippable-qr | cold nocondprof webrender | 825.37 -> 841.20 |
For up to date results, see: https://treeherder.mozilla.org/perfherder/alerts?id=27809
Updated•5 years ago
|
| Comment hidden (off-topic) |
Comment 10•3 years ago
|
||
Sorry, there was a problem with the detection of inactive users. I'm reverting the change.
| Assignee | ||
Comment 11•3 years ago
|
||
Closing this old investigation. I have done other tweaks and will do more :)
Description
•