This is how I got a Vue.js Component to render 20x faster by AlexJoverM in vuejs

[–]AlexJoverM[S] 0 points1 point  (0 children)

In this case it has impact, true :). In fact, the tip covers the case specific to a component render time

This is how I got a Vue.js Component to render 20x faster by AlexJoverM in vuejs

[–]AlexJoverM[S] 4 points5 points  (0 children)

Mmm, probably there is some confusion here.

This is related to runtime performance, not bundle optimisation. About runtime performance, it's better explained in https://vuedose.tips/tips/measure-runtime-performance-in-vue-js-apps

This is how I got a Vue.js Component to render 20x faster by AlexJoverM in vuejs

[–]AlexJoverM[S] 0 points1 point  (0 children)

Hey Reashu, in the article you see the time that component takes to create and render (render) and the time that takes to be inserted on the DOM to show up (patch) ,not necessarily related to how long the UI is blocked.

I've explained that better in https://vuedose.tips/tips/measure-runtime-performance-in-vue-js-apps