Page MenuHomePhorge

Only load calendar once
ClosedPublic

Authored by mollekopf on May 13 2016, 11:19 AM.
Tags
None
Referenced Files
Unknown Object (File)
Wed, Apr 10, 4:38 AM
Unknown Object (File)
Mon, Apr 8, 12:17 AM
Unknown Object (File)
Thu, Mar 28, 7:31 PM
Unknown Object (File)
Feb 21 2024, 1:16 PM
Unknown Object (File)
Feb 6 2024, 8:58 PM
Unknown Object (File)
Jan 26 2024, 5:34 AM
Unknown Object (File)
Jan 26 2024, 5:34 AM
Unknown Object (File)
Jan 26 2024, 5:33 AM
Subscribers
None

Details

Summary

When creating an ETMCalendar from an existing etm and setting some
options it would happen that the data is loaded and removed multiple
times because internal model resets (which made the whole process very
expensive).
If we instead delay loading a little and make sure it only happens
once, by giving the caller some time to set options, we can avoid all
of that overhead.

Phabricator: git.kolab.org/T1242

Diff Detail

Repository
rKPL kdepimlibs
Lint
Lint Not Applicable
Unit
Tests Not Applicable

Event Timeline

mollekopf retitled this revision from to Only load calendar once.
mollekopf updated this object.
mollekopf edited the test plan for this revision. (Show Details)
mollekopf added a reviewer: knauss.
This revision is now accepted and ready to land.May 13 2016, 11:31 AM
This revision was automatically updated to reflect the committed changes.