Closed
Bug 1308690
Opened 9 years ago
Closed 9 years ago
Use Reselect module for memoized selectors for sorting functions
Categories
(DevTools :: Netmonitor, defect)
DevTools
Netmonitor
Tracking
(firefox52 affected)
RESOLVED
DUPLICATE
of bug 1309866
| Tracking | Status | |
|---|---|---|
| firefox52 | --- | affected |
People
(Reporter: rickychien, Unassigned)
References
Details
We might run into performance issues in the future since the calculation for sorting large amounts of network requests every time is expensive. In order to compute derived data efficiently from the Redux store, we should introduce reselect to memoized selectors.
This bug is a follow-up for bug 1308480.
- Introduce reselect for sort-predicates.js
Updated•9 years ago
|
Whiteboard: [netmonitor]
Updated•9 years ago
|
Flags: qe-verify+
QA Contact: ciprian.georgiu
Updated•9 years ago
|
Priority: -- → P2
Updated•9 years ago
|
Comment 1•9 years ago
|
||
This is being implemented as part of bug 1309866
Honza
Status: NEW → RESOLVED
Closed: 9 years ago
Resolution: --- → DUPLICATE
Updated•7 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•