Closed
Bug 857283
Opened 12 years ago
Closed 12 years ago
Smarter caching of index update queries
Categories
(Core :: Storage: IndexedDB, defect)
Core
Storage: IndexedDB
Tracking
()
RESOLVED
FIXED
mozilla23
People
(Reporter: bent.mozilla, Assigned: bent.mozilla)
Details
Attachments
(1 file)
3.62 KB,
patch
|
khuey
:
review+
|
Details | Diff | Splinter Review |
We do a bunch of hash lookups in a loop for objectStores that have lots of indexes (which actually showed up in some b2g profiles recently). Attached patch is smarter.
Attachment #732508 -
Flags: review?(khuey)
Attachment #732508 -
Flags: review?(khuey) → review+
Assignee | ||
Comment 1•12 years ago
|
||
Comment 2•12 years ago
|
||
Status: NEW → RESOLVED
Closed: 12 years ago
Resolution: --- → FIXED
Target Milestone: --- → mozilla23
You need to log in
before you can comment on or make changes to this bug.
Description
•