Closed
Bug 1358515
Opened 8 years ago
Closed 8 years ago
[Investigate] Experiment with Redux to make the console faster
Categories
(DevTools :: Console, enhancement, P1)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
FIXED
Iteration:
55.6 - May 29
People
(Reporter: nchevobbe, Assigned: nchevobbe)
References
Details
(Whiteboard: [console-html])
There's some approaches we could test here that are known to be good for performances :
- Connect each Message component to the store instead of having only the root Console component handle everything
- Add some memoization on selectors (or a library, like reselector) so reading state is faster
This would need us to normalize our state, even if I think we're in pretty good shape for now.
Assignee | ||
Updated•8 years ago
|
Assignee | ||
Updated•8 years ago
|
Summary: Experiment to make our redux store faster → Experiment with Redux to make the console faster
Updated•8 years ago
|
Status: NEW → ASSIGNED
Iteration: --- → 55.4 - May 1
Flags: qe-verify?
Priority: P2 → P1
Updated•8 years ago
|
Flags: qe-verify? → qe-verify-
Updated•8 years ago
|
Iteration: 55.4 - May 1 → 55.5 - May 15
Updated•8 years ago
|
Iteration: 55.5 - May 15 → 55.6 - May 29
Updated•8 years ago
|
Summary: Experiment with Redux to make the console faster → [Investigate] Experiment with Redux to make the console faster
Updated•8 years ago
|
Status: ASSIGNED → RESOLVED
Closed: 8 years ago
Resolution: --- → FIXED
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•