-
-
Notifications
You must be signed in to change notification settings - Fork 467
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
Typing view slow performance #153
Comments
Can you create a pull request with your changes? |
You can reproduce it on the demo page. You juste have to add a tons of message, and the typing is getting slower. |
Fix #153 - Vanilla debounce and associated changes to improve performance
@antoine92190 It can be observed in debug mode that the components under room.vue will be rerendered every time typing in textarea. vue-chat.mp4 |
Actually, I found out that this code is causing many re-renders
It's used everywhere in the app to pass slots across components, not sure yet how to solve it. Ref: vuejs/vue#6351 |
Fixed in 8393592 |
first
thank you for letting me use a nice App!.
anyway I found a problem.
A lot of messages make typing slow. ( eventlistener, v-model ...)
So I fixed it temporarily.
Feedback thank u
room (2).zip
.diff
The text was updated successfully, but these errors were encountered: