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
For the single list page of Task model in Admin, it takes 300+ queries for fetching query set.
I have eliminated a few columns and make some query optimizations, then the number of queries drops to only 11. Now it's smooth to load the list page.
I wish subsequently this project can have some optimization.
The text was updated successfully, but these errors were encountered:
PRs are welcome ;)
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
For the single list page of Task model in Admin, it takes 300+ queries for fetching query set.
I have eliminated a few columns and make some query optimizations, then the number of queries drops to only 11. Now it's smooth to load the list page.
I wish subsequently this project can have some optimization.
The text was updated successfully, but these errors were encountered: