[Vuejs]-Vuejs v-for performance issue after using webpack

0👍

It turns out the problem had to do with Google Chrome. I exhausted every avenue (learned a lot more about the virtual DOM than I probably needed to) I tried the pages on Edge and Firefox which showed no delay. A quick reinstall of Chrome fixed this problem. Just a note I did read here that using vue SFC’s does incur a performance penalty since compilation occurs during runtime. Could be I’m misunderstanding what the sentence meant.

Leave a comment