Closed
Bug 1031324
Opened 11 years ago
Closed 11 years ago
[Contacts][Data Refactor] Check impact of copying full contacts information in indexDB
Categories
(Firefox OS Graveyard :: Gaia::Contacts, defect)
Firefox OS Graveyard
Gaia::Contacts
Tracking
(Not tracked)
RESOLVED
FIXED
People
(Reporter: arcturus, Unassigned)
References
Details
We need to check the impact in harddrive size if we copy full contact information to an indexeddb.
A measure of 2000 contacts, some of them with images will give us an idea of what's the impact in space.
Reporter | ||
Updated•11 years ago
|
Reporter | ||
Comment 1•11 years ago
|
||
We went through the other bugs to find about this one:
- For a 2000 contacts list, saving the thumbnail makes a indexeddb of 33MB.
- Creating new indexes is not that expensive.
Another idea we got was to offer a certified apps only database with the thumbnail of each contact, in order to not to repeat the data in several apps.
Also in the case of contact details, takes time to build each time from the DS, but instead of having all the data copied in Contacts, we could cache those contacts that have been viewed by the user.
Status: NEW → RESOLVED
Closed: 11 years ago
Resolution: --- → FIXED
You need to log in
before you can comment on or make changes to this bug.
Description
•