Admin GenericProjectsController edit does N+1 load of users (per user)
The edit view/action of the generic projects controller in the management panel seems to do separate queries for all users in the system, supposedly for each interested student. This causes extreme load times for this page of well over 1 minute for some projects. This should be investigated and fixed.