We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Noticed this recently and reminded me of Nathan's recent tech talk. Not sure if this is affecting performance, but it does seem like a lot of queries
docker compose logs --follow --no-log-prefix --tail 1000 web
No N+1 error warnings
Lots of n+1 query errors on various models
ERROR 19 [nplusone] notifiers.py:40 - [38f23fa2ae36] - Potential n+1 query detected on `Podcast.coursetopic_set` ERROR 19 [nplusone] notifiers.py:40 - [38f23fa2ae36] - Potential n+1 query detected on `Podcast.coursetopic_set`
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Steps to Reproduce
Noticed this recently and reminded me of Nathan's recent tech talk. Not sure if this is affecting performance, but it does seem like a lot of queries
docker compose logs --follow --no-log-prefix --tail 1000 web
Expected Behavior
No N+1 error warnings
Actual Behavior
Lots of n+1 query errors on various models
The text was updated successfully, but these errors were encountered: