vue3 create multiple listening events or a listening event multiple data sources, which is better performance #7641
Unanswered
laterdayi
asked this question in
Help/Questions
Replies: 1 comment
-
You would need a very high refresh for the watch to negatively impact performance. But if this is your reality, I performed some tests and the result was that the use of a single event observing several variables is more performant. I did a relatively large data update, 3 events took a total of 7s, and a single event with multiple variables experienced 2s. Hope this helps :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
vue3 create multiple listening events or a listening event multiple data sources, which is better performance
Beta Was this translation helpful? Give feedback.
All reactions