If I open something with a reasonably large amount of comments https://vue-hn.now.sh/item/15790687 (255 comments as of now) vs http://vuejs.github.io/vue-hackernews/#!/item/15790687 and the difference is huge. It takes me about 1.5-2 seconds to render all the comments on the V1 version and about 4.5 seconds on V2. Is it possible to speed things up or is it a result of Vue2 or the vuex? (I hope not..)