Closed Bug 1724777 Opened 3 years ago Closed 3 years ago

a tab with an alert open and lots of pending microtasks may slow down other tabs using the same process

Categories

(Core :: DOM: Core & HTML, defect, P3)

defect

Tracking

()

RESOLVED FIXED
93 Branch
Performance Impact ?
Fission Milestone MVP
Tracking Status
firefox-esr78 --- wontfix
firefox-esr91 --- fixed
firefox91 --- wontfix
firefox92 --- fixed
firefox93 --- fixed

People

(Reporter: smaug, Assigned: smaug)

References

Details

(Whiteboard: fission-soft-blocker)

Attachments

(1 file)

Testcase http://mozilla.pettay.fi/moztests/suppressed_microtasks.html

But this has happened to people with real web sites, for example Google calendar.

For example - bad jank trying to type into a gmail tab while in a WebRTC call:
https://share.firefox.dev/2VsoJDN

Whiteboard: [qf]

Looks like Fission changes have regressed the behavior making this way more worse than I thought. See bug 1724899.

The test is in theory racy, but trying to limit the cases when it might behave badly
by running it on opt desktop builds only. Without the patch the 'period' check takes over 400ms locally and with the
patch 1-3ms.

The changes are just trying to optimize execution, not change the behavior.
Use of SuppressedMicroTasks is perhaps a bit odd, but it helps keeping
SavedMicroTaskQueue simple.

Attachment #9235694 - Attachment description: WIP: Bug 1724777, optimize suppressed MicroTask handling, r=mccr8 → Bug 1724777, optimize suppressed MicroTask handling, r=mccr8

Tentatively tracking this bug as a soft blocker for Fission MVP. Olli said we might want to uplift the fix to Beta.

Fission Milestone: --- → MVP
Whiteboard: [qf] → [qf] fission-soft-blocker
Pushed by opettay@mozilla.com: https://hg.mozilla.org/integration/autoland/rev/2f14f5616dca optimize suppressed MicroTask handling, r=mccr8
Status: NEW → RESOLVED
Closed: 3 years ago
Resolution: --- → FIXED
Target Milestone: --- → 93 Branch

Olli says we should uplift this fix (and bug 1724899) to Beta 92 and ESR 91 because this bug can cause performance problems with Google Docs and Calendar.

Flags: needinfo?(bugs)

Comment on attachment 9235694 [details]
Bug 1724777, optimize suppressed MicroTask handling, r=mccr8

Beta/Release Uplift Approval Request

  • User impact if declined: Slower performance (seen at least on some google websites)
  • Is this code covered by automated tests?: Yes
  • Has the fix been verified in Nightly?: Yes
  • Needs manual test from QE?: No
  • If yes, steps to reproduce:
  • List of other uplifts needed: Bug 1724899
  • Risk to taking this patch: Medium
  • Why is the change risky/not risky? (and alternatives if risky): The patch should not change the behavior, but obviously it isn't super trivial
  • String changes made/needed: NA

ESR Uplift Approval Request

  • If this is not a sec:{high,crit} bug, please state case for ESR consideration:
  • User impact if declined:
  • Fix Landed on Version:
  • Risk to taking this patch: Low
  • Why is the change risky/not risky? (and alternatives if risky):
  • String or UUID changes made by this patch:
Flags: needinfo?(bugs)
Attachment #9235694 - Flags: approval-mozilla-esr91?
Attachment #9235694 - Flags: approval-mozilla-beta?

Comment on attachment 9235694 [details]
Bug 1724777, optimize suppressed MicroTask handling, r=mccr8

Approved for 92.0b5. We'll revisit the ESR request when this has baked a bit more.

Attachment #9235694 - Flags: approval-mozilla-beta? → approval-mozilla-beta+

Comment on attachment 9235694 [details]
Bug 1724777, optimize suppressed MicroTask handling, r=mccr8

Approved for 91.1esr.

Attachment #9235694 - Flags: approval-mozilla-esr91? → approval-mozilla-esr91+
Depends on: 1744719
No longer depends on: 1744719
Regressions: 1744719
Performance Impact: --- → ?
Whiteboard: [qf] fission-soft-blocker → fission-soft-blocker
You need to log in before you can comment on or make changes to this bug.

Attachment

General

Created:
Updated:
Size: