This repository has been archived by the owner on Aug 18, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 133
Membership entities are double cached in MembershipManager
#445
Comments
pfrenssen
added a commit
that referenced
this issue
Dec 11, 2018
pfrenssen
added a commit
that referenced
this issue
Dec 11, 2018
pfrenssen
added a commit
that referenced
this issue
Dec 11, 2018
pfrenssen
added a commit
that referenced
this issue
Dec 12, 2018
pfrenssen
added a commit
that referenced
this issue
Dec 12, 2018
pfrenssen
added a commit
that referenced
this issue
Dec 12, 2018
DiDebru
pushed a commit
to ueberbit/og
that referenced
this issue
Apr 23, 2019
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
MembershipManager::getMemberships()
caches the fully loadedOgMembership
entities, but this is pointless since they are already cached inEntityStorageBase::loadMultiple()
.Let's save some precious memory by only caching the entity IDs instead of the full entities.
The text was updated successfully, but these errors were encountered: