feat(FN-4785): complete Step 6 — document and ship agents-load perf fix
Fusion-Task-Id: FN-4785 Fusion-Task-Lineage: be241ee7-9df0-433c-a00b-997bcd558862
This commit is contained in:
committed by
gsxdsm
parent
416bd8b1f5
commit
5a101dc70b
@@ -2,4 +2,4 @@
|
||||
"@runfusion/fusion": patch
|
||||
---
|
||||
|
||||
Speed up initial Agents view load by batching linked-task column lookups instead of hydrating each task, and by replacing per-agent run-history scans in `/api/agents/stats` with a single aggregated run-status query.
|
||||
Speed up Agents API startup paths by batching task-column sanitization and agent run-status aggregation. This removes per-agent task hydration and per-agent recent-run scans from initial Agents view loading.
|
||||
|
||||
Reference in New Issue
Block a user