mirror of
https://expo.survex.com/repositories/troggle/.git
synced 2024-11-27 01:31:57 +00:00
Django query stupidities #20
Labels
No Milestone
No project
No Assignees
1 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: expo/troggle#20
Loading…
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Our Django data queries have been written over many years by many people, and need a thorough review that we are not doing things which are stupidly time-consuming and wasteful and slow.
e.g. we need to check all our code (inc. the HTML template code) for these things:
https://johnnymetz.com/posts/slow-django-database-queries/