Hi,
I’ve fixed a performance related bug on fast-render. Earlier, if you are using a null
publications or use FastRender.onAllRoutes
, those will get executed for every HTTP request coming to your app.
Which is bad.
So, update fast-render to the latest version (2.4.0)
See more informations: https://github.com/meteorhacks/fast-render/issues/111
Thanks.