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

Database queries take too much time when loading the task list #88

Open
davidchern opened this issue Feb 13, 2022 · 1 comment
Open

Comments

@davidchern
Copy link

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.

@jedie
Copy link
Collaborator

jedie commented Feb 15, 2022

PRs are welcome ;)

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 a pull request may close this issue.

2 participants