Closed Bug 2027803 Opened 5 months ago Closed 2 months ago

Enable Stencil navigation cache pref on nightly

Categories

(Core :: JavaScript Engine, task, P1)

task

Tracking

()

RESOLVED FIXED
154 Branch
Tracking Status
firefox154 --- fixed

People

(Reporter: arai, Assigned: arai)

References

(Blocks 1 open bug)

Details

(Keywords: perf-alert)

Attachments

(1 file)

The next step is to enable the stencil navigation cache pref on nightly, and track the telemetry results to see if things are working well.
And also at the same time enable the code on non-nightly in bug 2024970 to prepare for the experiments.

Assignee: nobody → arai.unmht
Status: NEW → ASSIGNED
Pushed by abutkovits@mozilla.com: https://github.com/mozilla-firefox/firefox/commit/ff6ad8cf184e https://hg.mozilla.org/integration/autoland/rev/756632401c08 Revert "Bug 2027803 - Enable stencil navigation cache on nightly. r=nbp" for causing high frequency failures at browser_dbg-event-breakpoints.js.

The test seems to be timing dependent, and has some race between the assertion and the react/redux update.
After the assertion fails, the selected line becomes 87 in the UI, so the expected update is surely happening, but the testcase is not properly waiting for it.
So possibly the cache is affecting some event that the test is waiting for.

Flags: needinfo?(arai.unmht)
Depends on: 2028220
Pushed by pstanciu@mozilla.com: https://github.com/mozilla-firefox/firefox/commit/553f9d2d2228 https://hg.mozilla.org/integration/autoland/rev/71a9ab901e2f Revert "Bug 2027803 - Enable stencil navigation cache on nightly. r=nbp" for causing mochitest failures @test_pointerlock-api.html
Flags: needinfo?(arai.unmht)
Depends on: 2028442

the test has been failing intermittently, and has been skipped on various configuration already for similar intermittent or permanent failures.
I'll disable it.

Flags: needinfo?(arai.unmht)
Status: ASSIGNED → RESOLVED
Closed: 4 months ago
Resolution: --- → FIXED
Target Milestone: --- → 151 Branch
Regressions: 2028752

Could you consider nominating this for a release note? (Process info)
We could include it in the nightly only release notes.

Flags: needinfo?(arai.unmht)

Release Note Request (optional, but appreciated)
[Why is this notable]: Improves the page load performance, at the cost of memory consumption. Also affects how the cache of the JavaScript works, especially in terms of DevTools Network Monitor, WebDriver APIs, and the WebExtensions API.
[Affects Firefox for Android]: Yes
[Suggested wording]: Introduced an in-memory cache for the JavaScript compilation result, which is shared across navigation within the same domain, in order to improve the page load performance. The cache works in the same way as the existing in-memory cache for the stylesheets and the images. This can affect how the cached requests/responses are handled in DevTools, WebDriver, and WebExtensions APIs such as webRequest and declarativeNetRequest.
[Links (documentation, blog post, etc)]: None

Should I write some document, maybe?
For example the affected case of the WebExtensions APIs and suggested fix for the extensions?

relnote-firefox: --- → ?
Flags: needinfo?(arai.unmht)
Regressions: 2029129

Thanks, added to the Nightly release notes.

Regressions: 2030588
Pushed by csabou@mozilla.com: https://github.com/mozilla-firefox/firefox/commit/a77b1e1f84dd https://hg.mozilla.org/integration/autoland/rev/a81d6f15d9ba Revert "Bug 2027803 - Enable stencil navigation cache on nightly. r=nbp" as per developer's request.
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Target Milestone: 151 Branch → ---

Removed from the Fx151 nightly only release notes

(In reply to Pulsebot from comment #6)

Pushed by arai_a@mac.com:
https://github.com/mozilla-firefox/firefox/commit/1f26f9daac5b
https://hg.mozilla.org/integration/autoland/rev/97c6ece2f3f1
Enable stencil navigation cache on nightly. r=nbp

Perfherder has detected a browsertime performance change from push 97c6ece2f3f1d485ea157a897bb9b245b5d27345.

No action is required from the author; this comment is provided for informational purposes only.

Improvement Test Platform Options Absolute values [old vs new] Performance Profiles
39% cnn fcp (doc) macosx1470-64-shippable fission warm webrender 399.78 ms -> 242.73 ms Before/After
36% cnn ContentfulSpeedIndex (doc) macosx1470-64-shippable fission warm webrender 395.69 ms -> 255.18 ms Before/After
35% cnn PerceptualSpeedIndex (doc) macosx1470-64-shippable fission warm webrender 406.23 ms -> 263.92 ms Before/After

Need Help or Information?

If you have any questions, please reach out to bacasandrei@mozilla.com. Alternatively, you can find help on Slack by joining #perf-help, and on Matrix you can find help by joining #perftest.

Details of the alert can be found in the alert summary, including links to graphs and comparisons for each of the affected tests.

Keywords: perf-alert

(In reply to Pulsebot from comment #15)

Pushed by csabou@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/a77b1e1f84dd
https://hg.mozilla.org/integration/autoland/rev/a81d6f15d9ba
Revert "Bug 2027803 - Enable stencil navigation cache on nightly. r=nbp" as
per developer's request.

Perfherder has detected a awsy performance change from push a81d6f15d9ba6377e36a5b7a18b4bcec77646e55.

No action is required from the author; this comment is provided for informational purposes only.

Improvement Test Platform Options Absolute values [old vs new]
8% Heap Unclassified (doc) windows11-64-24h2-shippable fission tp6 116,075,338.65 bytes -> 107,240,056.90 bytes
8% Heap Unclassified (doc) macosx1470-64-shippable fission tp6 163,562,545.68 bytes -> 151,208,144.76 bytes
5% Explicit Memory (doc) windows11-64-24h2-shippable fission tp6 541,456,405.89 bytes -> 512,675,064.72 bytes

Need Help or Information?

If you have any questions, please reach out to afinder@mozilla.com. Alternatively, you can find help on Slack by joining #perf-help, and on Matrix you can find help by joining #perftest.

Details of the alert can be found in the alert summary, including links to graphs and comparisons for each of the affected tests.

(In reply to Pulsebot from comment #15)

Pushed by csabou@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/a77b1e1f84dd
https://hg.mozilla.org/integration/autoland/rev/a81d6f15d9ba
Revert "Bug 2027803 - Enable stencil navigation cache on nightly. r=nbp" as
per developer's request.

Perfherder has detected a browsertime performance change from push a81d6f15d9ba6377e36a5b7a18b4bcec77646e55.

No action is required from the author; this comment is provided for informational purposes only.

Regression Test Platform Options Absolute values [old vs new] Performance Profiles
281% twitter loadtime (doc) linux2404-64-shippable bytecode-cached fission warm webrender 150.25 ms -> 572.12 ms
219% instagram loadtime (doc) macosx1470-64-shippable fission warm webrender 121.84 ms -> 388.55 ms
182% facebook loadtime (doc) macosx1470-64-shippable fission warm webrender 176.71 ms -> 497.82 ms
177% twitter loadtime (doc) macosx1470-64-shippable bytecode-cached fission warm webrender 204.81 ms -> 567.30 ms
177% imgur FirstVisualChange (doc) macosx1470-64-shippable fission warm webrender 93.71 ms -> 259.40 ms
176% imgur PerceptualSpeedIndex (doc) macosx1470-64-shippable fission warm webrender 129.88 ms -> 358.35 ms
175% imgur SpeedIndex (doc) macosx1470-64-shippable fission warm webrender 148.85 ms -> 409.16 ms
174% instagram loadtime (doc) linux2404-64-shippable fission warm webrender 142.35 ms -> 389.73 ms
166% imgur ContentfulSpeedIndex (doc) macosx1470-64-shippable fission warm webrender 153.26 ms -> 408.00 ms
152% google-search LastVisualChange (doc) linux2404-64-shippable fission warm webrender 291.97 ms -> 734.97 ms
... ... ... ... ... ...
4% espn loadtime (doc) android-hw-a55-14-0-aarch64-shippable warm webrender 595.07 ms -> 619.15 ms
4% youtube-playback-h264-720p60 wallclock-for-tracking-only (doc) android-hw-a55-14-0-aarch64-shippable fission webrender 11,108.37 ms -> 11,512.96 ms
3% sina LastVisualChange (doc) android-hw-a55-14-0-aarch64-shippable warm webrender 3,619.86 ms -> 3,734.03 ms
3% sina ContentfulSpeedIndex (doc) android-hw-a55-14-0-aarch64-shippable warm webrender 1,772.14 ms -> 1,825.00 ms
3% microsoft ContentfulSpeedIndex (doc) linux2404-64-shippable fission warm webrender 1,537.14 ms -> 1,577.37 ms
Improvements Test Platform Options Absolute values [old vs new] Performance Profiles
82% twitch FirstVisualChange (doc) linux2404-64-shippable fission warm webrender 329.55 ms -> 59.63 ms
77% twitch FirstVisualChange (doc) macosx1470-64-shippable fission warm webrender 312.78 ms -> 70.42 ms
77% youtube FirstVisualChange (doc) linux2404-64-shippable fission warm webrender 606.68 ms -> 139.39 ms
76% google-docs FirstVisualChange (doc) linux2404-64-shippable fission warm webrender 369.03 ms -> 88.47 ms
75% google-docs fcp (doc) linux2404-64-shippable fission warm webrender 346.59 ms -> 85.60 ms
... ... ... ... ... ...
2% speedometer3 TodoMVC-Svelte-Complex-DOM/Adding100Items/Sync (doc) macosx1500-aarch64-shippable fission webrender 0.96 ms -> 0.94 ms Before/After

Need Help or Information?

If you have any questions, please reach out to afinder@mozilla.com. Alternatively, you can find help on Slack by joining #perf-help, and on Matrix you can find help by joining #perftest.

Details of the alert can be found in the alert summary, including links to graphs and comparisons for each of the affected tests.

Pushed by abutkovits@mozilla.com: https://github.com/mozilla-firefox/firefox/commit/053eb6e88234 https://hg.mozilla.org/integration/autoland/rev/11d34f9f3bd4 Revert "Bug 2027803 - Enable stencil navigation cache on nightly. r=nbp" for causing failures complaining about Animation bfcache.

it's bug 1786672, and not something new.

Flags: needinfo?(arai.unmht)
See Also: → 2035490
Status: REOPENED → RESOLVED
Closed: 4 months ago4 months ago
Resolution: --- → FIXED
Target Milestone: --- → 152 Branch

Added back to the Nightly relnotes.

Depends on: 2036190
Status: RESOLVED → REOPENED
Resolution: FIXED → ---
Target Milestone: 152 Branch → ---

(In reply to Pulsebot from comment #24)

Pushed by arai_a@mac.com:
https://github.com/mozilla-firefox/firefox/commit/38cb59512ad6
https://hg.mozilla.org/integration/autoland/rev/cccb8cc48929
Enable stencil navigation cache on nightly. r=nbp

Perfherder has detected a browsertime performance change from push cccb8cc48929d16ccad40e4358d9b4f527f8f885.

No action is required from the author; this comment is provided for informational purposes only.

Regression Test Platform Options Absolute values [old vs new] Performance Profiles
108% espn fcp (doc) linux2404-64-shippable fission warm webrender 194.64 -> 405.48 Before/After
56% espn ContentfulSpeedIndex (doc) macosx1470-64-shippable fission warm webrender 338.10 -> 525.94 Before/After
49% bing-search fcp (doc) linux2404-64-shippable bytecode-cached fission warm webrender 68.76 -> 102.62 Before/After
44% bing-search FirstVisualChange (doc) linux2404-64-shippable bytecode-cached fission warm webrender 100.53 -> 144.91 Before/After
43% youtube PerceptualSpeedIndex (doc) macosx1470-64-shippable fission warm webrender 418.38 -> 598.70 Before/After
37% bing-search SpeedIndex (doc) linux2404-64-shippable bytecode-cached fission warm webrender 296.43 -> 406.45 Before/After
35% espn ContentfulSpeedIndex (doc) linux2404-64-shippable fission warm webrender 383.11 -> 517.19 Before/After
35% espn PerceptualSpeedIndex (doc) macosx1470-64-shippable fission warm webrender 262.39 -> 353.46 Before/After
25% espn PerceptualSpeedIndex (doc) linux2404-64-shippable fission warm webrender 264.84 -> 332.22 Before/After
16% espn FirstVisualChange (doc) linux2404-64-shippable fission warm webrender 170.69 -> 197.72 Before/After
11% speedometer3 perfstats-MajorGC (doc) linux2404-64-shippable fission webrender 963.79 -> 1,066.25 Before/After
Improvements Test Platform Options Absolute values [old vs new] Performance Profiles
44% microsoft fcp (doc) macosx1470-64-shippable fission warm webrender 130.97 ms -> 73.54 ms Before/After
44% microsoft largestContentfulPaint (doc) macosx1470-64-shippable fission warm webrender 130.97 ms -> 73.54 ms Before/After
42% microsoft FirstVisualChange (doc) macosx1470-64-shippable fission warm webrender 135.02 ms -> 77.68 ms Before/After
39% linkedin loadtime (doc) linux2404-64-shippable fission warm webrender 946.92 ms -> 581.67 ms Before/After
33% microsoft loadtime (doc) macosx1470-64-shippable fission warm webrender 190.48 ms -> 128.45 ms Before/After
... ... ... ... ... ...
6% cnn fcp (doc) linux2404-64-shippable fission warm webrender 441.90 ms -> 414.04 ms Before/After

Need Help or Information?

If you have any questions, please reach out to afinder@mozilla.com. Alternatively, you can find help on Slack by joining #perf-help, and on Matrix you can find help by joining #perftest.

Details of the alert can be found in the alert summary, including links to graphs and comparisons for each of the affected tests.

Status: REOPENED → RESOLVED
Closed: 4 months ago3 months ago
Resolution: --- → FIXED
Target Milestone: --- → 152 Branch
Regressions: 2037332

(In reply to Pulsebot from comment #27)

Pushed by agoloman@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/89e729e9f9b5
https://hg.mozilla.org/integration/autoland/rev/d8186edad06e
Revert "Bug 2027803 - Enable stencil navigation cache on nightly. r=nbp" as
requested by dev.

Perfherder has detected a browsertime performance change from push d8186edad06e139407667233fc446966c1cdbb67.

No action is required from the author; this comment is provided for informational purposes only.

Regression Test Platform Options Absolute values [old vs new] Performance Profiles
96% reddit loadtime (doc) linux2404-64-shippable fission warm webrender 412.12 -> 806.96 Before/After
84% google-slides loadtime (doc) linux2404-64-shippable fission warm webrender 704.11 ms -> 1,296.59 ms Before/After
76% fandom loadtime (doc) linux2404-64-shippable fission warm webrender 130.62 -> 230.32 Before/After
66% linkedin largestContentfulPaint (doc) linux2404-64-shippable fission warm webrender 520.67 ms -> 865.07 ms Before/After
64% office ContentfulSpeedIndex (doc) macosx1470-64-shippable fission warm webrender 356.92 ms -> 586.47 ms Before/After
63% linkedin loadtime (doc) linux2404-64-shippable fission warm webrender 572.12 ms -> 931.75 ms Before/After
60% reddit LastVisualChange (doc) linux2404-64-shippable fission warm webrender 649.41 -> 1,037.47 Before/After
58% office SpeedIndex (doc) macosx1470-64-shippable fission warm webrender 251.99 ms -> 398.01 ms Before/After
58% office PerceptualSpeedIndex (doc) macosx1470-64-shippable fission warm webrender 252.58 ms -> 398.13 ms Before/After
57% office loadtime (doc) macosx1470-64-shippable fission warm webrender 221.96 ms -> 347.85 ms Before/After
... ... ... ... ... ...
13% ebay loadtime (doc) linux2404-64-shippable fission warm webrender 199.85 -> 225.54 Before/After
11% youtube-watch loadtime (doc) android-hw-a55-14-0-aarch64-shippable fission warm webrender 255.99 ms -> 283.97 ms
9% bild-de LastVisualChange (doc) android-hw-a55-14-0-aarch64-shippable warm webrender 1,708.45 ms -> 1,868.53 ms
2% sina ContentfulSpeedIndex (doc) android-hw-a55-14-0-aarch64-shippable warm webrender 1,798.78 ms -> 1,838.95 ms
2% sina LastVisualChange (doc) android-hw-a55-14-0-aarch64-shippable warm webrender 3,689.98 ms -> 3,767.88 ms
Improvements Test Platform Options Absolute values [old vs new] Performance Profiles
57% reddit largestContentfulPaint (doc) linux2404-64-shippable fission warm webrender 357.35 ms -> 154.08 ms Before/After
55% linkedin fcp (doc) linux2404-64-shippable fission warm webrender 246.77 ms -> 111.98 ms Before/After
55% fandom largestContentfulPaint (doc) linux2404-64-shippable fission warm webrender 103.73 ms -> 47.18 ms Before/After
50% linkedin FirstVisualChange (doc) linux2404-64-shippable fission warm webrender 257.92 ms -> 128.90 ms Before/After
33% google-slides fcp (doc) linux2404-64-shippable fission warm webrender 119.35 ms -> 79.67 ms Before/After
... ... ... ... ... ...
6% ebay ContentfulSpeedIndex (doc) linux2404-64-shippable fission warm webrender 292.56 ms -> 276.48 ms Before/After

Need Help or Information?

If you have any questions, please reach out to fbilt@mozilla.com. Alternatively, you can find help on Slack by joining #perf-help, and on Matrix you can find help by joining #perftest.

Details of the alert can be found in the alert summary, including links to graphs and comparisons for each of the affected tests.

(In reply to Pulsebot from comment #20)

Pushed by arai_a@mac.com:
https://github.com/mozilla-firefox/firefox/commit/3f1633a8350c
https://hg.mozilla.org/integration/autoland/rev/086be8705285
Enable stencil navigation cache on nightly. r=nbp

Perfherder has detected a browsertime performance change from push 086be87052856e626c10dfe2df970ebec3474d2c.

No action is required from the author; this comment is provided for informational purposes only.

Improvement Test Platform Options Absolute values [old vs new] Performance Profiles
6% speedometer3 TodoMVC-Svelte-Complex-DOM/total (doc) linux2404-64-shippable fission webrender 27.19 ms -> 25.61 ms Before/After

Need Help or Information?

If you have any questions, please reach out to afinder@mozilla.com. Alternatively, you can find help on Slack by joining #perf-help, and on Matrix you can find help by joining #perftest.

Details of the alert can be found in the alert summary, including links to graphs and comparisons for each of the affected tests.

QA Whiteboard: [qa-triage-done-c153/b152]
Regressions: 2042605
Regressions: 2043993
Regressions: 2044629
Regressions: 2045087
Status: RESOLVED → REOPENED
Flags: needinfo?(arai.unmht)
Resolution: FIXED → ---
Target Milestone: 152 Branch → ---
Flags: needinfo?(arai.unmht)

(In reply to Pulsebot from comment #35)

Pushed by amarc@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/5193ac703bea
https://hg.mozilla.org/integration/autoland/rev/293a8aa79df2
Revert "Bug 2027803 - Enable stencil navigation cache on nightly. r=nbp" by
dev request

Perfherder has detected a browsertime performance change from push 293a8aa79df29d2eefd3d29c092bb0b3b38acc8e.

No action is required from the author; this comment is provided for informational purposes only.

Regression Test Platform Options Absolute values [old vs new] Performance Profiles
120% speedometer3 cpuTime (doc) windows11-64-24h2-shippable fission webrender 73,915.25 -> 162,802.97 Before/After
91% speedometer3 powerUsage_cpu_cores (doc) windows11-64-24h2-shippable fission webrender 185,613.22 -> 355,058.01 Before/After
78% speedometer3 powerUsage_cpu_package (doc) windows11-64-24h2-shippable fission webrender 233,237.01 -> 415,637.57 Before/After
49% speedometer3 Charts-chartjs/total (doc) windows11-64-24h2-shippable fission webrender 40.91 -> 60.92 Before/After
41% speedometer3 React-Stockcharts-SVG/total (doc) windows11-64-24h2-shippable fission webrender 91.94 -> 129.99 Before/After
29% speedometer3 TodoMVC-Backbone/total (doc) windows11-64-24h2-shippable fission webrender 31.00 -> 40.14 Before/After
26% speedometer3 perfstats-MajorGC (doc) windows11-64-24h2-shippable fission webrender 498.99 -> 629.70 Before/After
23% speedometer3 wallclock-for-tracking-only (doc) windows11-64-24h2-shippable fission webrender 29,554.04 -> 36,297.78 Before/After
20% speedometer3 Perf-Dashboard/total (doc) windows11-64-24h2-shippable fission webrender 63.35 -> 75.87 Before/After
18% speedometer3 TodoMVC-jQuery/total (doc) windows11-64-24h2-shippable fission webrender 126.29 -> 148.41 Before/After
... ... ... ... ... ...
5% speedometer3 TodoMVC-React-Complex-DOM/total (doc) windows11-64-24h2-shippable fission webrender 40.89 -> 42.96 Before/After
4% speedometer3 TodoMVC-Vue/total (doc) windows11-64-24h2-shippable fission webrender 25.59 -> 26.73 Before/After
4% speedometer3 TodoMVC-JavaScript-ES5/total (doc) windows11-64-24h2-shippable fission webrender 37.79 -> 39.45 Before/After
4% speedometer3 TodoMVC-Angular-Complex-DOM/total (doc) windows11-64-24h2-shippable fission webrender 45.15 -> 47.01 Before/After
3% speedometer3 NewsSite-Next/total (doc) windows11-64-24h2-shippable fission webrender 123.91 -> 127.25 Before/After

Need Help or Information?

If you have any questions, please reach out to aesanu@mozilla.com. Alternatively, you can find help on Slack by joining #perf-help, and on Matrix you can find help by joining #perftest.

Details of the alert can be found in the alert summary, including links to graphs and comparisons for each of the affected tests.

(In reply to Pulsebot from comment #35)

Pushed by amarc@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/5193ac703bea
https://hg.mozilla.org/integration/autoland/rev/293a8aa79df2
Revert "Bug 2027803 - Enable stencil navigation cache on nightly. r=nbp" by
dev request

Perfherder has detected a browsertime performance change from push 293a8aa79df29d2eefd3d29c092bb0b3b38acc8e.

No action is required from the author; this comment is provided for informational purposes only.

Regression Test Platform Options Absolute values [old vs new] Performance Profiles
301% wikia loadtime (doc) linux2404-64-shippable fission warm webrender 188.13 ms -> 753.62 ms
288% twitter loadtime (doc) linux2404-64-shippable bytecode-cached fission warm webrender 148.31 ms -> 574.72 ms
266% imdb FirstVisualChange (doc) linux2404-64-shippable fission warm webrender 52.82 ms -> 193.53 ms
248% twitter loadtime (doc) windows11-64-24h2-shippable bytecode-cached fission warm webrender 117.25 ms -> 407.56 ms
210% twitter loadtime (doc) macosx1470-64-shippable bytecode-cached fission warm webrender 204.36 ms -> 634.13 ms
199% instagram loadtime (doc) macosx1470-64-shippable fission warm webrender 134.52 ms -> 402.16 ms
198% instagram loadtime (doc) macosx1500-aarch64-shippable fission warm webrender 57.15 ms -> 170.50 ms
185% instagram loadtime (doc) windows11-64-24h2-shippable fission warm webrender 105.00 ms -> 299.07 ms
183% facebook loadtime (doc) macosx1470-64-shippable fission warm webrender 172.80 ms -> 488.29 ms
176% imdb FirstVisualChange (doc) macosx1470-64-shippable fission warm webrender 71.63 ms -> 197.54 ms
... ... ... ... ... ...
7% cnn largestContentfulPaint (doc) macosx1500-aarch64-shippable fission warm webrender 115.00 ms -> 123.12 ms
7% wikipedia loadtime (doc) macosx1500-aarch64-shippable fission warm webrender 78.45 ms -> 83.91 ms
6% amazon LastVisualChange (doc) windows11-64-24h2-shippable fission warm webrender 1,067.31 ms -> 1,130.64 ms
4% pinterest LastVisualChange (doc) linux2404-64-shippable fission warm webrender 3,567.47 ms -> 3,719.67 ms Before/After
3% bing-search LastVisualChange (doc) macosx1500-aarch64-shippable fission warm webrender 5,385.22 ms -> 5,567.87 ms
Improvements Test Platform Options Absolute values [old vs new] Performance Profiles
82% twitch FirstVisualChange (doc) linux2404-64-shippable fission warm webrender 320.65 ms -> 58.37 ms
79% twitch FirstVisualChange (doc) macosx1470-64-shippable fission warm webrender 302.79 ms -> 62.46 ms
77% google-docs fcp (doc) linux2404-64-shippable fission warm webrender 364.61 ms -> 83.63 ms
76% google-docs FirstVisualChange (doc) linux2404-64-shippable fission warm webrender 382.10 ms -> 90.88 ms
73% google-docs fcp (doc) macosx1470-64-shippable fission warm webrender 336.47 ms -> 91.88 ms
... ... ... ... ... ...
5% yahoo-mail FirstVisualChange (doc) macosx1500-aarch64-shippable fission warm webrender 84.93 ms -> 80.44 ms

Need Help or Information?

If you have any questions, please reach out to aesanu@mozilla.com. Alternatively, you can find help on Slack by joining #perf-help, and on Matrix you can find help by joining #perftest.

Details of the alert can be found in the alert summary, including links to graphs and comparisons for each of the affected tests.

(In reply to Pulsebot from comment #35)

Pushed by amarc@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/5193ac703bea
https://hg.mozilla.org/integration/autoland/rev/293a8aa79df2
Revert "Bug 2027803 - Enable stencil navigation cache on nightly. r=nbp" by
dev request

Perfherder has detected a awsy performance change from push 293a8aa79df29d2eefd3d29c092bb0b3b38acc8e.

No action is required from the author; this comment is provided for informational purposes only.

Improvement Test Platform Options Absolute values [old vs new]
3% Explicit Memory (doc) windows11-64-25h2-shippable fission tp6 538,500,179.26 bytes -> 524,403,636.68 bytes

Need Help or Information?

If you have any questions, please reach out to afinder@mozilla.com. Alternatively, you can find help on Slack by joining #perf-help, and on Matrix you can find help by joining #perftest.

Details of the alert can be found in the alert summary, including links to graphs and comparisons for each of the affected tests.

Status: REOPENED → RESOLVED
Closed: 3 months ago2 months ago
Resolution: --- → FIXED
Target Milestone: --- → 154 Branch
Regressions: 2051305
Regressions: 2052530
Regressions: 2047352
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: