I have a relatively simple meteor.js app. It loads crazy slow (>1min) and downloads 7.4M of resources.
At first I thought this is due to slow subscriptions but the network log shows that it is actually caused by the resource downloads (>800 requests).
I also realized that most entries show up twice in the network log. Is this normal behavior?