Open Bug 1311463 Opened 9 years ago Updated 1 year ago

Track serialization/deserialization of messages passed to/from Service Workers

Categories

(Core :: DOM: Service Workers, enhancement, P5)

enhancement

Tracking

()

Tracking Status
firefox52 --- affected

People

(Reporter: catalinb, Unassigned)

References

(Blocks 1 open bug)

Details

(Whiteboard: dom-lws-bugdash-triage)

Devtools currently measures the time it takes to serialize / deserialize messages passed between windows and web workers. These measurements can be viewed in the Performance panel in devtools. Because Service Workers and web workers share the same code path for messages sent from the main thread to the worker thread, we also perform the measurements for SWs unintentionally, but only one way. We should add dedicated markers for SWs and maybe add a special identifier in devtools.
Severity: minor → S4
Type: defect → enhancement
Whiteboard: dom-lws-bugdash-triage
You need to log in before you can comment on or make changes to this bug.