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 the amount of resize observers to one #11595

Open
JammingBen opened this issue Sep 17, 2024 · 0 comments
Open

Reduce the amount of resize observers to one #11595

JammingBen opened this issue Sep 17, 2024 · 0 comments
Labels

Comments

@JammingBen
Copy link
Contributor

It's recommended to only have one resize observer since using more might cause performance issues (see WICG/resize-observer#59 (comment)). We currently have a few of them in place. Best would be to centralize them (App.vue in runtime?) and provide the necessary values either via a store or via Vue's provide.

@JammingBen JammingBen moved this from Qualification to Refactor / Technical Debt in Infinite Scale Team Board Sep 17, 2024
@JammingBen JammingBen self-assigned this Oct 30, 2024
@JammingBen JammingBen removed their assignment Nov 15, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
Status: Refactor / Technical Debt
Development

No branches or pull requests

1 participant