Change Monitor to third-party JSON, for performance#2999
Conversation
|
Refer to this link for build results (access rights to CI server needed): |
|
Just adding that I had tested json-iterator fastest mode briefly (not to this extent) and saw no issues with using that mode and it had a good reduction as far as memory and cpu usage percent by the json calls Talking with Rob and from the documentation we might want to be careful though with un/marshalling anything that may have floats due to the loss of precision, though I dont think it currently affects anything we use. However in the future if we do we may need to fine tune the json-iterator mode for that specific use case |
|
retest this please |
|
Refer to this link for build results (access rights to CI server needed): |
|
retest this please |
|
Refer to this link for build results (access rights to CI server needed): |
c719375 to
b0c9624
Compare
|
Refer to this link for build results (access rights to CI server needed): |
What does this PR do?
Change Monitor to third-party JSON, for performance
Which TC components are affected by this PR?
What is the best way to verify this PR?
Run the monitor, verify it generally works. This is an internal change, the interface does not change.
Check all that apply