Optimize SQL queries used in Groups::GroupMembersController#create
The following optimizations were performed: - Add new association to GroupMember and ProjectMember This new association will allow us to check if a user is a member of a Project or Group through a single query instead of two. - Optimize retrieving of Members when adding multiple Users
Showing
Please register or sign in to comment