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 #18

Closed
wants to merge 1 commit into from
Closed

Conversation

andreiclotan
Copy link

Fixes: #1 Improve scores feed performance

Changes

Edited score_feed method from scores_controller, so now it has eager loading instead of lazy loading.

Before
Screenshot 2022-01-31 at 14 38 07

After
Screenshot 2022-01-31 at 14 39 29

@andreiclotan andreiclotan deleted the hotfix/0.0 branch February 2, 2022 12:39
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.

Improve scores feed performance
2 participants