|
|
|
|
|
by blondin
1859 days ago
|
|
this. django debug toolbar (or similar) should be the first thing you go to because these tools understand the django ORM well. the other thing that comes to mind is enabling query timing in your django shell. i believe you might need an extension for this. then you can look at the postgres itself. but i would keep it at the django layer at first because it might reveal something about the ORM. |
|