mirror of
https://github.com/amidaware/tacticalrmm.git
synced 2026-04-26 15:05:57 +03:00
[GH-ISSUE #2315] Performance Issue with GET Requests for Clients with High Number of Agents #3374
Labels
No labels
In Process
bug
bug
dev-triage
documentation
duplicate
enhancement
fixed
good first issue
help wanted
integration
invalid
pull-request
question
requires agent update
security
ui tweak
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/tacticalrmm#3374
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @kenny-marcante on GitHub (Oct 15, 2025).
Original GitHub issue: https://github.com/amidaware/tacticalrmm/issues/2315
I am experiencing significant slowdowns when making GET requests to retrieve clients with a large number of agents (400 or more). Specifically, these requests are taking between 30 to 40 seconds to load.
This issue was already present in version 1.20, and after updating to version 1.31, the behavior remains the same.
Upon examining my machine's performance metrics, it appears that there are ample resources available (CPU and memory). However, despite this, the response times remain excessively long.
Attached are screenshots showing:
The Network tab from my browser's developer tools highlighting the long load times.
System monitoring output indicating high CPU usage by multiple Celery worker processes related to Tactical RMM.
Could you please investigate this issue or provide any suggestions on how I might resolve it?
Thank you!