You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
get_resource_types_by_perm can get called many times when assigning permissions to search results. It calls get_nodegroups_by_perm which does leverage caching, but then proceeds to do an ORM query every single time it's called.
whatisgalen
changed the title
get_resource_types_by_perm should leverage CachedObjectPermissionCheckerget_resource_types_by_perm should fully leverage caching
Jul 20, 2024
get_resource_types_by_perm
can get called many times when assigning permissions to search results. It callsget_nodegroups_by_perm
which does leverage caching, but then proceeds to do an ORM query every single time it's called.The text was updated successfully, but these errors were encountered: