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
As of db3d221, rendering Subjects implies fetching additional data from the DB (mainly, getting Calls). Those queries are not optimized at all, and should be refactored to a single, big query fetching all the data at once.
The text was updated successfully, but these errors were encountered:
As of db3d221, rendering
Subject
s implies fetching additional data from the DB (mainly, gettingCall
s). Those queries are not optimized at all, and should be refactored to a single, big query fetching all the data at once.The text was updated successfully, but these errors were encountered: