Eager load project creators for project dashboards
This solves an N+1 query problem where for every project we'd query the creator separately just to figure out what avatar to display.
Showing
Please register or sign in to comment
This solves an N+1 query problem where for every project we'd query the creator separately just to figure out what avatar to display.