Skip to content
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

Reduce using watchers and use computed instead #3463

Open
zaelgohary opened this issue Sep 25, 2024 · 0 comments
Open

Reduce using watchers and use computed instead #3463

zaelgohary opened this issue Sep 25, 2024 · 0 comments
Labels
type_feature New feature or request
Milestone

Comments

@zaelgohary
Copy link
Contributor

zaelgohary commented Sep 25, 2024

Which package/s are you suggesting this feature for?

Dashboard

Is your feature request related to a problem? Please describe

We currently use more than 80 watchers in the Dashboard which can be expensive performance-wise. Some of them are necessary and some are not.

image

Describe the solution you'd like

Reduce watchers with computed properties to enhance performance.

@zaelgohary zaelgohary added the type_feature New feature or request label Sep 25, 2024
@zaelgohary zaelgohary changed the title Replace watch with computed Reduce watch with computed Sep 25, 2024
@zaelgohary zaelgohary changed the title Reduce watch with computed Reduce using watchers and use computed instead Sep 25, 2024
@ramezsaeed ramezsaeed added this to the 2.7.0 milestone Sep 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type_feature New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants