polls
polls copied to clipboard
perf: Cache \OCA\Polls\Model\Acl::getIsInvolved
Two polls with one share cause 32 requests for the share recipient. Caching the result of \OCA\Polls\Model\Acl::getIsInvolved in memory cuts these to 18 requests.