[Bug 72131] New: increase performance during download with multiget
by bugzilla-daemon@freedesktop.org
https://bugs.freedesktop.org/show_bug.cgi?id=72131
Priority: medium
Bug ID: 72131
CC: syncevolution-issues(a)syncevolution.org
Assignee: syncevolution-issues(a)syncevolution.org
Summary: increase performance during download with multiget
Severity: enhancement
Classification: Unclassified
OS: All
Reporter: patrick.ohly(a)gmx.de
Hardware: Other
Status: ASSIGNED
Version: 1.4
Component: CalDAV/CardDAV
Product: SyncEvolution
This applies to CardDAV. CalDAV essentially already buffers all items because
it needs to look into items to determine whether they are events, tasks or
journal entries.
With CardDAV, change detection can be done without downloading all items. Then
when the Synthesis engine needs the next item, we do a GET, one item at a time.
This can be enhanced with a read-ahead cache similiar to the one in the EDS
contact backend and MULTIGET.
--
You are receiving this mail because:
You are on the CC list for the bug.
You are the assignee for the bug.