Skip to content

Load project invited groups and members eagerly in ProjectTeam#fetch_members

What does this MR do?

Load project invited groups and members eagerly in ProjectTeam#fetch_members, reducing number of queries to DB.

Are there points in the code the reviewer needs to double check?

N/A

Why was this MR needed?

ProjectTeam#fetch_members is part of the code path of Participable#raw_participants, so it should improve its performance a bit.

What are the relevant issue numbers?

#19985 (closed)

Screenshots (if relevant)

N/A

Does this MR meet the acceptance criteria?

Merge request reports