You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Recursive calling api when fetching comments. I have fixed it in PR
Loader hide and comments show when all comments will be fetched. If we want to see comments quickly we have to show comments earlier when first N comments will be fetched.
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..)
The text was updated successfully, but these errors were encountered: