After an evaluation, GNOME has moved from Bugzilla to GitLab. Learn more about GitLab.
No new issues can be reported in GNOME Bugzilla anymore.
To report an issue in a GNOME project, go to GNOME GitLab.
Do not go to GNOME Gitlab for: Bluefish, Doxygen, GnuCash, GStreamer, java-gnome, LDTP, NetworkManager, Tomboy.
Bug 687671 - Add Individual aggregation cache
Add Individual aggregation cache
Status: RESOLVED OBSOLETE
Product: folks
Classification: Platform
Component: libfolks
git master
Other Linux
: Normal enhancement
: Unset
Assigned To: folks-maint
folks-maint
Depends on:
Blocks:
 
 
Reported: 2012-11-05 17:01 UTC by Travis Reitter
Modified: 2018-09-21 15:59 UTC
See Also:
GNOME target: ---
GNOME version: ---



Description Travis Reitter 2012-11-05 17:01:09 UTC
A big portion of the Folks startup time is due to re-building the linking between Personas. And this work varies little from startup to startup, so it's a good candidate for optimization.

We should build a cache of these links in a format which the IndividualAggregator can quickly deserialize into its memory and use to attach Personas to Individuals.

Once we're in a state sufficient for applications to display all the Individuals with relevant data (like Avatars, Name, etc.), then we can do the work to re-evaluate links for correctness and update the cache.

We will have to be careful (as with any cache design) to ensure that all updates 1. make it to the live Individuals and 2. make their way into the cache.

As with most major work, we should add a lot of tests to make sure we get this right before merging.
Comment 1 GNOME Infrastructure Team 2018-09-21 15:59:34 UTC
-- GitLab Migration Automatic Message --

This bug has been migrated to GNOME's GitLab instance and has been closed from further activity.

You can subscribe and participate further through the new bug through this link to our GitLab instance: https://gitlab.gnome.org/GNOME/folks/issues/49.