Hot reload has come to a virtual standstill

I have recently started working with meteor-tabular package and (not sure if it is related) my hot reloading takes minutes! Is there any way to try to debug this to work out why this is happening?

Check out https://github.com/meteor/meteor/blob/master/tools/PERFORMANCE.md.

What version of Meteor?

Meteor 1.3 has a lot of performance improvements over 1.2, which was notoriously slow.

Thanks for this. It was Meteor 1.2.1
I noticed that node_modules folder was in the project root, which may have been causing the long re-load times. Also I have upgraded to 1.3. One or both of these actions have meant that it is reloading quickly now.

1 Like