Open
Bug 1606159
Opened 5 years ago
Updated 2 years ago
Optimize use of fetchNetworkUpdatePacket and component updates
Categories
(DevTools :: Netmonitor, enhancement, P3)
DevTools
Netmonitor
Tracking
(Not tracked)
NEW
People
(Reporter: Harald, Unassigned)
References
(Blocks 1 open bug)
Details
fetchNetworkUpdatePacket
is using the deprecated componentWillReceiveProps
and componentDidMount
.
Looking at RequestListColumnWaterfall
, which is rather expensive and updates very often.
- Initial mount usually doesn't have updates pending as the request just came in
- Updates happen even when data is pending, which leads to 2 renders
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•