Closed
Bug 1308217
Opened 8 years ago
Closed 8 years ago
Improve performance of filtering
Categories
(DevTools :: Console, defect)
DevTools
Console
Tracking
(Not tracked)
RESOLVED
DUPLICATE
of bug 1363678
People
(Reporter: linclark, Unassigned)
References
(Blocks 1 open bug)
Details
When you filter a large number of messages and then turn off the filter, the performance isn't great.
We should add a test for this in DAMP and improve the performance.
Reporter | ||
Updated•8 years ago
|
Priority: -- → P2
Whiteboard: new-console
Reporter | ||
Updated•8 years ago
|
Blocks: enable-new-console
Reporter | ||
Comment 1•8 years ago
|
||
It looks like the React Virtualized maintainer has experimented with something that could help us:
https://github.com/bvaughn/react-virtualized/issues/149
He also has heard of people using something called React Measure, which might help:
https://github.com/souporserious/react-measure
Reporter | ||
Comment 2•8 years ago
|
||
This will very likely be fixed with Bug 1308216
Updated•8 years ago
|
Flags: qe-verify-
Whiteboard: new-console → [new-console]
Updated•8 years ago
|
Whiteboard: [new-console] → [console-html]
Updated•8 years ago
|
Status: NEW → RESOLVED
Closed: 8 years ago
Flags: qe-verify-
Priority: P2 → --
Resolution: --- → DUPLICATE
Whiteboard: [console-html]
Updated•6 years ago
|
Product: Firefox → DevTools
You need to log in
before you can comment on or make changes to this bug.
Description
•