Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
-
None
Description
In case of large cluster agent could return very large JSON.
In profiler I see up to 25% of time is spent on its parsing.
That leads to "freezes" in UI.
We could move this heavy operation into worker and even introduce a pool of workers to utilize CPU better.