You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Much of the infrastructure so far is designed to drive the iterative review process with the RPC - it's just enough to get UI working just enough to get feedback.
We are close, but not quite to, the point that we have a stable enough idea of what the queries need to return that we should focus on performance. We know, for instance, that most of the early api endpoints dramatically over-return for the views needs, and they will need to be significantly refactored before we optimize them.
Detecting N+1 queries early in the development process would be beneficial.
Scout: https://scoutapm.com/blog/django-and-the-n1-queries-problem
Additionally, other tools are available for use during local development.
Let me know if we are already doing something similar internally.
The text was updated successfully, but these errors were encountered: