Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Explanation
We found out during perf improvements that a lot of controller's event we're sending the same values multiple times, causing reactivity among other controllers subscribers, and thus causing some perf issues.
Here, I'm adding a small dev tool that can help analyzing events to track duplicated event values and give some stats about it.
This could be then integrated into dev builds of both clients to help us identify those unnecessary events and help each teams to fix them.
References
N/A
Changelog
N/A
Checklist