Closed
Bug 833705
Opened 13 years ago
Closed 13 years ago
[Contacts] The consumption time of searching is greater then same case on another reference OS.
Categories
(Firefox OS Graveyard :: Gaia::Contacts, defect)
Tracking
(Not tracked)
RESOLVED
INVALID
People
(Reporter: mchen, Unassigned)
Details
Test Case:
1. Add 250 records with tel:14252487986 & name:14252487986 into contacts.
2. Searching the by the op as below.
options = {
filterOp: 'contains',
filterValue: '135',
filterBy: ['tel','name']
};
var request = mozContacts.find(options);
Result on B2G:
about 400ms in ContactService.jsm
about 150ms in IPC and DOM Request/Response.
Result on Android:
about 100ms
| Reporter | ||
Comment 2•13 years ago
|
||
(In reply to gary.ge from comment #1)
> Dear Sirs,
>
> Any update on this issue?
Hi Gary,
Currently, our performance team starts to arrange many performance turning task. And Bug 837691 - [Dialer] "contact in dialer" perf measurement will be related to this one.
| Reporter | ||
Comment 3•13 years ago
|
||
Works are going on Bug 846895 - Long initial startup time for Contacts app.
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → INVALID
You need to log in
before you can comment on or make changes to this bug.
Description
•