Closed
Bug 2008485
Opened 2 months ago
Closed 2 months ago
Avoid jank in CalDAV sync handler
Categories
(Calendar :: Provider: CalDAV, defect)
Calendar
Provider: CalDAV
Tracking
(Not tracked)
RESOLVED
FIXED
148 Branch
People
(Reporter: darktrojan, Assigned: darktrojan)
Details
(Keywords: perf)
Attachments
(1 file)
I get a small amount of jank in CalDavWebDavSyncHandler.endElement when first loading my test calendar of 1000 items. It probably scales with the number of items, so for larger calendars it could be quite significant. And this code has to run at start-up for calendars without offline support.
| Assignee | ||
Comment 1•2 months ago
|
||
| Assignee | ||
Updated•2 months ago
|
Keywords: checkin-needed-tb
Target Milestone: --- → 148 Branch
Pushed by geoff@darktrojan.net:
https://hg.mozilla.org/comm-central/rev/0345b619be9b
Avoid jank in CalDAV sync handler. r=mkmelin
You need to log in
before you can comment on or make changes to this bug.
Description
•