We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
2.5.11
https://jsfiddle.net/rcxucnbg/1/
after this change 13196b2 (13196b23 fix: clone slot nodes for render fn usage as well)
render function become slow
compare vue 2.5.2 https://jsfiddle.net/rcxucnbg vue 2.5.11 https://jsfiddle.net/rcxucnbg/1
when child node is a component, it become even more obvious
render faster when scrolling
slow
The text was updated successfully, but these errors were encountered:
956756b
refactor: use more efficient on-demand clone to handle reused node ed…
b7e89ec
…ge cases removes unnecessary slot/static node clones, fix vuejs#7292
b1afe40
f4d9389
No branches or pull requests
Version
2.5.11
Reproduction link
https://jsfiddle.net/rcxucnbg/1/
Steps to reproduce
after this change 13196b2
(13196b23 fix: clone slot nodes for render fn usage as well)
render function become slow
compare
vue 2.5.2 https://jsfiddle.net/rcxucnbg
vue 2.5.11 https://jsfiddle.net/rcxucnbg/1
when child node is a component, it become even more obvious
What is expected?
render faster when scrolling
What is actually happening?
slow
The text was updated successfully, but these errors were encountered: