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
The /admin/instances page takes a long time to load. The backend is making unnecessary calls to the cloud provider to get the IP address of each instance (which can also be obtained directly from the DB). The number of SQL requests is also extremely high.
The text was updated successfully, but these errors were encountered:
The /admin/instances page takes a long time to load. The backend is making unnecessary calls to the cloud provider to get the IP address of each instance (which can also be obtained directly from the DB). The number of SQL requests is also extremely high.
The text was updated successfully, but these errors were encountered: