Open
Bug 1425083
Opened 7 years ago
Updated 10 months ago
Gather Telemetry on synchronous reflows caused by browser UI on pre-release builds
Categories
(Firefox :: General, enhancement, P3)
Firefox
General
Tracking
()
NEW
Performance Impact | low |
People
(Reporter: mconley, Unassigned)
References
(Blocks 1 open bug)
Details
(Keywords: perf:responsiveness)
We built a tool, Oh no! Reflow![1], to detect synchronous reflows that occur in the browser. This was useful to help us detect the most egregious cases where sync reflow occur. It'd be good if we could get a sense of how much sync reflow is happening out in the wild now as well, so that we can get a better sense of how we should prioritize addressing them.
Ideally, we'd capture:
1) At least the top-most stack frame of the reflow
2) Perhaps how long the reflow took (although if there's wide variation on this measurement, it's utility is debatable)
3) How many times the reflow occurred
Updated•7 years ago
|
Priority: -- → P3
Whiteboard: [photon-performance]
Updated•7 years ago
|
Whiteboard: [photon-performance] → [photon-performance] [fxperf]
Reporter | ||
Updated•7 years ago
|
Whiteboard: [photon-performance] [fxperf] → [fxperf:p3]
Updated•2 years ago
|
Severity: normal → S3
Reporter | ||
Updated•10 months ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•