Closed
Bug 807016
Opened 12 years ago
Closed 12 years ago
Replace SQLite in LocalStorage with per-domain flat files
Categories
(Core :: DOM: Core & HTML, defect)
Tracking
()
RESOLVED
WONTFIX
People
(Reporter: vladan, Assigned: vladan)
References
Details
LocalStorage is a major performance issue in Firefox; its fetch, flush and delete operations are in the top 10 sources of main-thread slow SQL in the browser.
As a first step, this bug changes the nsDOMStoragePersistentDB implementation to use compressed flat-files as the backend instead of SQLite. The next step will be to further refactor the code to use asynchronous pre-fetch and flush.
Assignee | ||
Updated•12 years ago
|
Have you coordinated with janv on the unified offline storage quota work?
Assignee | ||
Updated•12 years ago
|
Assignee: nobody → vdjeric
Assignee | ||
Updated•12 years ago
|
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → WONTFIX
Updated•6 years ago
|
Component: DOM → DOM: Core & HTML
You need to log in
before you can comment on or make changes to this bug.
Description
•