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
spec/support/group_members_shared_example.rb
0 → 100644
Please
register
or
sign in
to comment