Hacker News new | ask | show | jobs
by LaundroMat 661 days ago
Just to say there are libraries to help you find n+1 queries too (when your code is running).

I use https://pypi.org/project/django-nplusone/ for instance. Sentry also warns of these by the way.