Making Blaze Faster

It would be very appreciated @arunoda, seems like a great improvement for Blaze! I perceived in Kadira Debug that DOM Creation has been the bootleneck most impacting UX.

Hello,

This looks amazing ! The bottleneck in my app is currently from far Blaze rendering
@arunoda Any update so far ?

1 Like

Hi,

After this I decided to invest more on React and I figure our the Blaze we already having it dying.
BTW: Here’s the code I used - https://gist.github.com/arunoda/9e3997d9c8d8d73a16f7

Here I’m caching most of the views and that might add some Memory leaks in your app.

If you are trying to use this in production try to use something like LRUCache as the cache.

1 Like

Ok thank you for your answer,

Is React really way better than Blaze ? In terms of performance.

Great @arunoda, i will try that!

Can you provide a simple usage example?

Just drop it to your app and use it like it I showed on the video.

Yes. It is.
Blaze can be tuned if needed. But React is always does a better Job,

1 Like