Closed
Bug 707952
Opened 14 years ago
Closed 14 years ago
Increase bookmarks cache usefulness
Categories
(Toolkit :: Places, defect)
Toolkit
Places
Tracking
()
RESOLVED
FIXED
mozilla11
People
(Reporter: mak, Assigned: mak)
References
Details
(Keywords: perf)
Attachments
(1 file)
|
16.24 KB,
patch
|
dietrich
:
review+
|
Details | Diff | Splinter Review |
In some trivial case we can update the cache rather than throwing it away (lastModified, dateAdded...)
Plus on insert we know everything we need to populate it.
| Assignee | ||
Comment 1•14 years ago
|
||
- add an entry on creation
- on simple cases where just 1 property changes, update rather than hitting the db
Attachment #579497 -
Flags: review?(dietrich)
Comment 2•14 years ago
|
||
Comment on attachment 579497 [details] [diff] [review]
patch v1.0
Review of attachment 579497 [details] [diff] [review]:
-----------------------------------------------------------------
r=me
Attachment #579497 -
Flags: review?(dietrich) → review+
| Assignee | ||
Comment 3•14 years ago
|
||
Target Milestone: --- → mozilla11
Comment 4•14 years ago
|
||
Status: ASSIGNED → RESOLVED
Closed: 14 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•