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
We're having N+1 queries at multiple API calls, which is hurting performance. We should update the serializers or prefetch objects, whatever is best for that endpoint.
We're having N+1 queries at multiple API calls, which is hurting performance. We should update the serializers or prefetch objects, whatever is best for that endpoint.
/api/v1/users/{username}/get_facilities/
#1334/api/v1/getallfacilities/
#1335/api/v1/resource/
#1336/api/v1/patient/
#1337/api/v1/bed/
#1338/api/v1/consultationbed/
#1339The text was updated successfully, but these errors were encountered: