From c23d7bd5e53e04de62205012a823b364bd7043fb Mon Sep 17 00:00:00 2001 From: Christoph Kluge Date: Fri, 13 Mar 2026 11:27:45 +0100 Subject: [PATCH] remove non-required sorting params - caused expensive DB scans without use or need --- web/frontend/src/DashPublic.root.svelte | 1 - web/frontend/src/status/DashInternal.svelte | 1 - web/frontend/src/status/dashdetails/StatusDash.svelte | 1 - 3 files changed, 3 deletions(-) diff --git a/web/frontend/src/DashPublic.root.svelte b/web/frontend/src/DashPublic.root.svelte index 4a26befb..e824f881 100644 --- a/web/frontend/src/DashPublic.root.svelte +++ b/web/frontend/src/DashPublic.root.svelte @@ -149,7 +149,6 @@ jobsStatistics( filter: $jobFilter page: $paging - sortBy: TOTALJOBS groupBy: CLUSTER ) { id diff --git a/web/frontend/src/status/DashInternal.svelte b/web/frontend/src/status/DashInternal.svelte index d537e84e..35ba6e9b 100644 --- a/web/frontend/src/status/DashInternal.svelte +++ b/web/frontend/src/status/DashInternal.svelte @@ -155,7 +155,6 @@ jobsStatistics( filter: $jobFilter page: $paging - sortBy: TOTALJOBS groupBy: CLUSTER ) { id diff --git a/web/frontend/src/status/dashdetails/StatusDash.svelte b/web/frontend/src/status/dashdetails/StatusDash.svelte index 7bcbb017..228b1ae8 100644 --- a/web/frontend/src/status/dashdetails/StatusDash.svelte +++ b/web/frontend/src/status/dashdetails/StatusDash.svelte @@ -163,7 +163,6 @@ jobsStatistics( filter: $jobFilter page: $paging - sortBy: TOTALJOBS groupBy: SUBCLUSTER ) { id