Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Setup bullet gem and get rid of all N+1 Queries #489

Open
rbclark opened this issue Jun 18, 2020 · 0 comments · May be fixed by #494
Open

Setup bullet gem and get rid of all N+1 Queries #489

rbclark opened this issue Jun 18, 2020 · 0 comments · May be fixed by #494
Labels

Comments

@rbclark
Copy link
Contributor

rbclark commented Jun 18, 2020

The recent refactor to merge the ECTF + CTF scoreboards together has unfortunately added a huge number of N+1 queries to our codebase. We need to go through and clean these up as much as we can and also add the bullet gem: https://semaphoreci.com/blog/2017/08/09/faster-rails-eliminating-n-plus-one-queries.html to try to make sure they don't show back up in the future.

@rbclark rbclark added the chore label Jun 18, 2020
@camdenmoors camdenmoors linked a pull request Jun 24, 2020 that will close this issue
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant