Making Blaze Faster

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