Skip to content
Commit 53e37804 authored by Roeland Jago Douma's avatar Roeland Jago Douma Committed by Roeland Jago Douma
Browse files

The group database backend should cache groups

This avoids duplicated queries like first checking the group_users db
and then just doing a select on the group db. Those enries are linked
(and should be using foreign keys!)

This commit makes sure we cache those entries.
If a user is part of N groups this saves N queries on webdav access
parent 44e91bb9
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment