| Priority | medium |
|---|---|
| Bug ID | 72131 |
| CC | syncevolution-issues@syncevolution.org |
| Assignee | syncevolution-issues@syncevolution.org |
| Summary | increase performance during download with multiget |
| Severity | enhancement |
| Classification | Unclassified |
| OS | All |
| Reporter | patrick.ohly@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.