Open
Bug 1667807
Opened 5 years ago
Updated 2 years ago
Add Telemetry to measure how long JumpLists block the main thread in the wild
Categories
(Core :: Widget: Win32, task, P3)
Core
Widget: Win32
Tracking
()
NEW
| Performance Impact | medium |
People
(Reporter: mconley, Unassigned)
References
Details
(Keywords: perf:responsiveness)
We should try to instrument the JumpList code to see how much they're impacting responsiveness. BHR data suggests there's impact out in the wild on Nightly - we should see how it is in the wider release population.
Comment 1•5 years ago
|
||
It would also be interesting to instrument usage of the feature, to see if it's being actually used, or if it's used so rarely that we could remove it instead of fixing it.
Updated•5 years ago
|
Whiteboard: [fxperf] → [fxperf:p2]
Comment 2•5 years ago
|
||
(In reply to Florian Quèze [:florian] from comment #1)
It would also be interesting to instrument usage of the feature, to see if it's being actually used, or if it's used so rarely that we could remove it instead of fixing it.
Jump Lists are pretty much table stakes for a first-class Windows application.
Updated•3 years ago
|
Severity: -- → S3
Priority: -- → P3
Updated•3 years ago
|
Comment 3•3 years ago
|
||
Code at WindowsJumpLists.jsm
Updated•2 years ago
|
You need to log in
before you can comment on or make changes to this bug.
Description
•