Closed Bug 1344634 Opened 7 years ago Closed 7 years ago

Add telemetry for monitoring PBackground-Http performance

Categories

(Core :: Networking: HTTP, enhancement, P2)

enhancement

Tracking

()

RESOLVED WONTFIX

People

(Reporter: schien, Unassigned)

References

Details

(Whiteboard: [necko-next])

      No description provided.
bill: do you know if we've already got telemetry probes for main thread event queue delay/waits?  We're thinking that might be a likely metric that we'll want to look at here.
Flags: needinfo?(wmccloskey)
Bug 1303296 is probably the best thing, but it's still in progress.

BHR covers event loop hangs >= 128ms. Perhaps for big pages we might see an improvement there too.

You can also get a sense for how long we're currently spending on the event loop through MAIN_THREAD_RUNNABLE_MS (which is keyed on the runnable name). As long as the runnables you're eliminating are named, you can see how much time you'll be taking off the main thread. But that's a less direct measurement.
Flags: needinfo?(wmccloskey)
Bulk change to priority: https://bugzilla.mozilla.org/show_bug.cgi?id=1399258
Priority: -- → P2
SC thinks we'll get all we need here from bug 1303296 itself.
Status: NEW → RESOLVED
Closed: 7 years ago
Resolution: --- → WONTFIX
You need to log in before you can comment on or make changes to this bug.