Skip to content

feat: add EventAnalyzer dev tool #5823

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Draft
wants to merge 3 commits into
base: main
Choose a base branch
from
Draft

Conversation

ccharly
Copy link
Contributor

@ccharly ccharly commented May 16, 2025

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

  • I've updated the test suite for new or updated code as appropriate
  • I've updated documentation (JSDoc, Markdown, etc.) for new or updated code as appropriate
  • I've communicated my changes to consumers by updating changelogs for packages I've changed, highlighting breaking changes as necessary
  • I've prepared draft pull requests for clients and consumer packages to resolve any breaking changes

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant