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

fix n+1-queries issue adding includes #14

Conversation

Mihail-Muscalita
Copy link

Fixes:#1

Changes
Score.includes(:user) added instead of Score.all.

The issue has been fixed collecting related data with only one query.

Before
n+1-queries-before

After
n+1-queries-after

@Mihail-Muscalita Mihail-Muscalita deleted the hotfix/fix-queries-problem branch January 12, 2022 15:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants