Closed
Bug 1690504
Opened 5 years ago
Closed 5 years ago
Improve newtab's handling of removed bookmarks
Categories
(Firefox :: New Tab Page, enhancement)
Firefox
New Tab Page
Tracking
()
Tracking | Status | |
---|---|---|
firefox87 | --- | fixed |
People
(Reporter: standard8, Assigned: daisuke)
References
(Blocks 1 open bug)
Details
(Keywords: perf)
Attachments
(1 file)
Bug 1607245 is adding patching of bookmark-removed notifications. I think it would be possible to improve new tab's code which internally notifies about updates to also handle batches:
This would potentially allow the reduces to be updated once per batch, rather than once per bookmark removed.
Block removing is a rarer action, but this should help with our performance when we do hit it (e.g. bug 1562490).
Assignee | ||
Updated•5 years ago
|
Iteration: --- → 87.2 - Feb 8 - Feb 21
Points: --- → 2
Assignee | ||
Updated•5 years ago
|
Assignee: nobody → daisuke
Status: NEW → ASSIGNED
Assignee | ||
Comment 1•5 years ago
|
||
Pushed by dakatsuka.birchill@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/39406415a2d3
Batch handling bookmark-removed in newtabs. r=Standard8
Comment 3•5 years ago
|
||
bugherder |
Status: ASSIGNED → RESOLVED
Closed: 5 years ago
status-firefox87:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 87 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•