Open
Bug 1438147
Opened 7 years ago
Updated 2 years ago
Investigate improving SiteDataManager richlistbox performance
Categories
(Firefox :: Settings UI, enhancement, P3)
Tracking
()
NEW
Tracking | Status | |
---|---|---|
firefox60 | --- | affected |
People
(Reporter: johannh, Unassigned)
References
(Blocks 1 open bug)
Details
(Whiteboard: [storage-v2])
As Gijs correctly points out in bug 1421737, adding cookies to the site data manager could cause performance problems on heavily used profiles and/or slower machines. Instead of rendering thousands of DOM nodes into a richlistbox, we should consider rendering this list with a <tree> element instead.
Another benefit of this is that we get multi-select and other features that richlistbox currently lacks, the obvious downside is that we lose a little flexibility in presentation.
Reporter | ||
Updated•7 years ago
|
Blocks: storage-v2
Reporter | ||
Comment 2•7 years ago
|
||
Talking to Mossop we might not want to add another fresh <tree> to our code base... I think we want to look into improving the performance of that richlistbox instead....
Summary: Use a <tree> instead of a <richlistbox> in the site data manager → Investigate improving SiteDataManager richlistbox performance
Reporter | ||
Updated•7 years ago
|
Whiteboard: [storage-v2][triage] → [storage-v2]
Updated•2 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•