Alexey Kuznetsov created IGNITE-6570:
----------------------------------------
Summary: Web console: Implement JSON.parse in worker
Key: IGNITE-6570
URL:
https://issues.apache.org/jira/browse/IGNITE-6570 Project: Ignite
Issue Type: Improvement
Reporter: Alexey Kuznetsov
Assignee: Alexey Kuznetsov
Fix For: 2.3
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.
--
This message was sent by Atlassian JIRA
(v6.4.14#64029)