-
Notifications
You must be signed in to change notification settings - Fork 0
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
DB queries >2K per view #471
Comments
jon-nfc
added a commit
that referenced
this issue
Jan 16, 2025
jon-nfc
added a commit
that referenced
this issue
Jan 16, 2025
jon-nfc
added a commit
that referenced
this issue
Jan 16, 2025
jon-nfc
added a commit
that referenced
this issue
Jan 16, 2025
jon-nfc
added a commit
that referenced
this issue
Jan 16, 2025
jon-nfc
added a commit
that referenced
this issue
Jan 16, 2025
jon-nfc
added a commit
that referenced
this issue
Jan 16, 2025
jon-nfc
added a commit
that referenced
this issue
Jan 16, 2025
jon-nfc
added a commit
that referenced
this issue
Jan 16, 2025
jon-nfc
added a commit
that referenced
this issue
Jan 16, 2025
jon-nfc
added a commit
that referenced
this issue
Jan 16, 2025
jon-nfc
added a commit
that referenced
this issue
Jan 16, 2025
jon-nfc
added a commit
that referenced
this issue
Jan 16, 2025
jon-nfc
added a commit
that referenced
this issue
Jan 16, 2025
jon-nfc
added a commit
that referenced
this issue
Jan 16, 2025
jon-nfc
added a commit
that referenced
this issue
Jan 16, 2025
15 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
As each view is run, authorization is conducted.
Details
Authorization is required, however when concurrent requests come in, the request time increases to beyond expectaations (>2s).
currently there are in excess of >2k database queries per view.
Tasks
Refactor DB queries to use
prefetch_related
as appropriate.test amount of DB queries per view
investigate if this can be tested
The text was updated successfully, but these errors were encountered: