Closed
Bug 1606186
Opened 5 years ago
Closed 5 years ago
Reduce updates for RequestListItem
Categories
(DevTools :: Netmonitor, enhancement, P3)
DevTools
Netmonitor
Tracking
(Not tracked)
RESOLVED
INCOMPLETE
People
(Reporter: Harald, Assigned: Harald)
References
(Blocks 1 open bug)
Details
Attachments
(1 obsolete file)
Updates on RequestListItem
cause update checks on every single columns, so should be avoided.
The current shouldComponentUpdate
does equal comparison on a few objects that could be a more fine-grained (like eventTimings
). It also compares a few objects that are never used.
Assignee | ||
Comment 1•5 years ago
|
||
Updated•5 years ago
|
Assignee: nobody → hkirschner
Status: NEW → ASSIGNED
Comment 2•5 years ago
|
||
There's a r+ patch which didn't land and no activity in this bug for 2 weeks.
:Harald, could you have a look please?
For more information, please visit auto_nag documentation.
Flags: needinfo?(hkirschner)
Assignee | ||
Comment 3•5 years ago
|
||
Probably not worth it atm – I keep hitting test failures.
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
Flags: needinfo?(hkirschner)
Resolution: --- → INCOMPLETE
Updated•5 years ago
|
Attachment #9117942 -
Attachment is obsolete: true
You need to log in
before you can comment on or make changes to this bug.
Description
•