Iridescent-CM / technovation-app

The team submission platform for the Technovation Challenge
https://technovationchallenge.org
GNU General Public License v3.0
7 stars 4 forks source link

Fix n+1 query on participants datagrid #4794

Closed shaun-technovation closed 2 weeks ago

shaun-technovation commented 2 weeks ago

Selecting the "team matching" option on the participants datagrid is causing an n+1 query, this update will address that.

I found this using the Bullet gem.