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

Performance #150

Open
janat08 opened this issue Aug 11, 2017 · 1 comment
Open

Performance #150

janat08 opened this issue Aug 11, 2017 · 1 comment

Comments

@janat08
Copy link
Contributor

janat08 commented Aug 11, 2017

https://github.com/mitar/meteor-web-rendering-framework-benchmark

Blaze Components are significantly slower, and events are not the problem compared to blaze at least, but then what is? Perhaps there's a major culprit that would be worth looking at.

@mitar
Copy link
Member

mitar commented Aug 11, 2017

Based on the benchmark, it seems creating objects to store state is main issue. Blaze stores it in "view" and then again in "template", and Blaze Components add on top of that also components.

As you see, if you have functional only rendering, then it is very very fast (see stateless Vue and React).

I do not think anything can really be done here. It is not a question of some smaller hidden things to improve.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants