-
Notifications
You must be signed in to change notification settings - Fork 7
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
Improve performance of database page #1401
Comments
I've started off by profiling the I've not implemented any improvements yet, but you can certainly see some big jumps in CPU usage. Note: these times are with Django Debug Toolbar active, so the response times are massive, but they are all relative, so I think they will give us useful info.
|
Notes and a PR here: #1411 |
Closing this ticket. Let's open more specific tickets where possible a la #1573 |
We're getting >5s responses on the database page. As with #1400, Cloudflare takes care of some of this, but editors still get a fresh response, as does anyone who uses an unusual combination of filters and, again, we're worried it might be blocking other requests.
https://pressfreedomtracker.us/all-incidents/
The text was updated successfully, but these errors were encountered: