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
{{ message }}
This repository has been archived by the owner on Jun 30, 2021. It is now read-only.
883.0ms: SELECT SUM("wasapi_files"."size") AS sum_size, "wasapi_files"."user_id" AS wasapi_files_user_id, "wasapi_files"."collection_id" AS wasapi_files_collection_id FROM "wasapi_files" GROUP BY "wasapi_files"."user_id", "wasapi_files"."collection_id";
We have a couple really slow queries on our dashboard that causes a very slow page load.
These two are the main culprits:
auk/app/helpers/dashboards_helper.rb
Lines 61 to 67 in bdd62ac
auk/app/helpers/dashboards_helper.rb
Lines 77 to 79 in bdd62ac
The text was updated successfully, but these errors were encountered: