Open
Bug 1363771
(photon-perf-jank)
Opened 8 years ago
Updated 2 years ago
[meta] Photon - Eliminate or greatly reduce pauses that can occur randomly in front-end code
Categories
(Firefox :: General, enhancement, P3)
Firefox
General
Tracking
()
NEW
People
(Reporter: mconley, Unassigned)
References
(Depends on 6 open bugs, Blocks 1 open bug)
Details
(Keywords: meta, Whiteboard: [fxperf:meta])
This is a meta bug to track work targeting Firefox 57 to reduce the probability of hitting "random UI jank" during a browsing session.
Ideally, we should be able to respond to user events every 16ms.
"Random UI jank" can occur for a number of reasons:
1) Timer events suddenly firing on the main thread
2) Any kind of sync file IO on the main thread
3) Observer notifications being alerted about something that happened off of the main thread
4) Using dispatchToMainThread to run JS later (but before UI events are processed)
5) Long running code that needs to be split into smaller chunks
etc
Out of scope are lower level platform pauses like garbage collection, cycle collection, system calls, etc.
Reporter | ||
Updated•8 years ago
|
Alias: photon-perf-jank
Updated•8 years ago
|
Updated•8 years ago
|
Flags: qe-verify-
Summary: Eliminate or greatly reduce pauses that can occur randomly in front-end code → [meta] Photon - Eliminate or greatly reduce pauses that can occur randomly in front-end code
Updated•7 years ago
|
Whiteboard: [fxperf]
Updated•5 years ago
|
Whiteboard: [fxperf] → [fxperf:meta]
Updated•5 years ago
|
Priority: -- → P3
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•