Closed
Bug 1886095
Opened 1 year ago
Closed 1 year ago
Investigate other means of storing domains on client
Categories
(Firefox :: Search, task, P2)
Firefox
Search
Tracking
()
RESOLVED
FIXED
126 Branch
| Tracking | Status | |
|---|---|---|
| firefox126 | --- | fixed |
People
(Reporter: jteow, Assigned: jteow)
References
Details
(Whiteboard: [sng])
Attachments
(1 file)
According to about:memory diffs, the domain to category worker occupies 17.22 MB of memory.
While it's not terrible and it doesn't get loaded per content process, it isn't particularly scalable. And unfortunately, it has to loaded into memory every time Firefox is re-opened.
I looked at using IndexedDB but the memory it took up during the insertion step in the worker was ridiculous (400 mb). Granted, it dropped once the work was finished.
I also looked at using SQLite.
| Assignee | ||
Comment 1•1 year ago
|
||
Updated•1 year ago
|
Attachment #9391938 -
Attachment description: WIP: - Bug 1886095 - Test storing mappings in SQLite - r?mak! → WIP: - Bug 1886095 - Store hashed domain to categories inside Sqlite - r?mak!,scunnane!
Updated•1 year ago
|
Assignee: nobody → jteow
Attachment #9391938 -
Attachment description: WIP: - Bug 1886095 - Store hashed domain to categories inside Sqlite - r?mak!,scunnane! → Bug 1886095 - Store hashed domain to categories inside Sqlite - r?mak!,scunnane!
Status: NEW → ASSIGNED
| Assignee | ||
Updated•1 year ago
|
Whiteboard: [sng]
Updated•1 year ago
|
Updated•1 year ago
|
Attachment #9391938 -
Attachment description: Bug 1886095 - Store hashed domain to categories inside Sqlite - r?mak!,scunnane! → WIP: - Bug 1886095 - Store hashed domain to categories inside Sqlite - r?mak!,scunnane!
Updated•1 year ago
|
Attachment #9391938 -
Attachment description: WIP: - Bug 1886095 - Store hashed domain to categories inside Sqlite - r?mak!,scunnane! → Bug 1886095 - Store hashed domain to categories inside Sqlite - r?mak!,scunnane!
Pushed by jteow@mozilla.com:
https://hg.mozilla.org/integration/autoland/rev/ca1d92833d2c
Store hashed domain to categories inside Sqlite - r=mak,scunnane
Comment 3•1 year ago
|
||
| bugherder | ||
Status: ASSIGNED → RESOLVED
Closed: 1 year ago
status-firefox126:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 126 Branch
You need to log in
before you can comment on or make changes to this bug.
Description
•