2.22 - 28.74% facebook / facebook / office / wikipedia / yandex / youtube (linux64-shippable, linux64-shippable-qr) regression on push d9e5a018312eccf63acbda32759d90e2f92175d7 (Sat January 30 2021)
Categories
(Core :: Widget: Gtk, defect)
Tracking
()
Tracking | Status | |
---|---|---|
firefox-esr78 | --- | unaffected |
firefox85 | --- | unaffected |
firefox86 | --- | unaffected |
firefox87 | --- | affected |
People
(Reporter: Bebe, Unassigned)
References
(Regression)
Details
(Keywords: perf, perf-alert, regression)
Perfherder has detected a browsertime performance regression from push d9e5a018312eccf63acbda32759d90e2f92175d7. As author of one of the patches included in that push, we need your help to address this regression.
Regressions:
Ratio | Suite | Test | Platform | Options | Absolute values (old vs new) |
---|---|---|---|---|---|
29% | LastVisualChange | linux64-shippable | cold nocondprof | 1,426.67 -> 1,836.67 | |
21% | LastVisualChange | linux64-shippable-qr | cold nocondprof webrender | 1,530.00 -> 1,850.00 | |
21% | LastVisualChange | linux64-shippable-qr | cold nocondprof webrender | 1,533.33 -> 1,850.00 | |
5% | ContentfulSpeedIndex | linux64-shippable | cold nocondprof | 1,086.00 -> 1,142.83 | |
4% | office | ContentfulSpeedIndex | linux64-shippable-qr | cold nocondprof webrender | 1,550.58 -> 1,616.75 |
4% | yandex | ContentfulSpeedIndex | linux64-shippable | nocondprof warm | 81.50 -> 84.92 |
4% | office | ContentfulSpeedIndex | linux64-shippable-qr | nocondprof warm webrender | 891.33 -> 923.08 |
3% | wikipedia | loadtime | linux64-shippable | nocondprof warm | 770.56 -> 790.96 |
2% | youtube | ContentfulSpeedIndex | linux64-shippable-qr | nocondprof warm webrender | 812.58 -> 832.83 |
2% | wikipedia | loadtime | linux64-shippable-qr | nocondprof warm webrender | 794.29 -> 811.96 |
Improvements:
Ratio | Suite | Test | Platform | Options | Absolute values (old vs new) |
---|---|---|---|---|---|
5% | google-slides | PerceptualSpeedIndex | linux64-shippable | nocondprof warm | 547.79 -> 520.08 |
4% | amazon | SpeedIndex | linux64-shippable-qr | cold nocondprof webrender | 916.50 -> 880.42 |
4% | google-slides | PerceptualSpeedIndex | linux64-shippable | cold nocondprof | 906.83 -> 872.58 |
2% | google-docs | SpeedIndex | linux64-shippable | nocondprof warm | 1,143.08 -> 1,116.33 |
2% | SpeedIndex | linux64-shippable-qr | nocondprof warm webrender | 1,130.67 -> 1,106.25 |
Details of the alert can be found in the alert summary, including links to graphs and comparisons for each of the affected tests. Please follow our guide to handling regression bugs and let us know your plans within 3 business days, or the offending patch(es) will be backed out in accordance with our regression policy.
For more information on performance sheriffing please see our FAQ.
Comment 1•4 years ago
|
||
I only see Facebook and GDocs jobs in here. I think I triggered profiles for them but if you could double-check I did that correctly that'd be great.
Keeping my ni? to check back the profiles.
Comment 2•4 years ago
|
||
Set release status flags based on info from the regressing bug 1689359
Comment 3•4 years ago
|
||
So I'm confused because there's only a tiny bit of code filtering by nsNativeBasicTheme in the profile on Facebook, which is just the scrollbar thumb painting...
I'll check if some of the native-theme-only CSS code causes this but otherwise I'm kinda out of ideas.
Comment 4•4 years ago
|
||
I'm comparing this profile ("good") with this one ("bad"), and not getting very far.
The only concerning thing I see is that in some of the "bad" videos, there's an horizontal scrollbar for a small amount of time. Other than that they seem fairly comparable. I'll try to reproduce that and dig.
Comment 5•4 years ago
|
||
Do you know what the window/viewport size is for these tests on automation, so that I can try to reproduce that scrollbar issue?
Comment 6•4 years ago
|
||
From a bit of playing with the page, I think it's 1024 pixels wide.
Comment 7•4 years ago
|
||
Bingo, so this is only about scrollbar size, see this comparison. The scrollbars in ubuntu 16 are 10px. The scrollbars in the new theme are 12px and for that test-case in particular they are too big.
We could fix this by making the scrollbar smaller I guess, but not sure it's worth it.
Comment 8•4 years ago
|
||
I think this is wontfix as per the above, but feel free to reopen if you disagree. This shouldn't affect performance for most users (default GTK scrollbars are 12px since long ago, and I expect most users to use windows different to 1024px).
Comment 9•4 years ago
|
||
Thanks for digging into this :emilio, I agree it's a wontfix.
Updated•4 years ago
|
Description
•