Open
Bug 1583070
(net-ws-perf)
Opened 5 years ago
Updated 2 years ago
[meta] Improve WebSocket Inspector Performance
Categories
(DevTools :: Netmonitor, task, P2)
DevTools
Netmonitor
Tracking
(Not tracked)
NEW
People
(Reporter: Harald, Unassigned)
References
(Depends on 1 open bug, Blocks 2 open bugs)
Details
(Keywords: meta)
What were you doing?
- Inspect WS messages on http://demos.kaazing.com/portfolio-web/index.html
What happened?
Fan starts spinning on my high end MBP.
- Expensive
setState
- Expensive GC
Seems like we should optimize should update logic and how we hand down props.
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Comment 2•5 years ago
|
||
Another test case is http://tankanarchy.herokuapp.com/ from bug 1588767.
Reporter | ||
Updated•5 years ago
|
Reporter | ||
Updated•5 years ago
|
Alias: net-ws-perf
Type: defect → task
Summary: High-frequency messages are slow churn the CPU → [meta] Improve WebSocket Inspector Performance
Reporter | ||
Comment 3•5 years ago
|
||
Expensive setState and GC are fixed in bug 1603276, slow layout remains.
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•