Answer the question
In order to leave comments, you need to log in
How to track what gives the load in a vue application?
I have a vue app. Used by vuetify.
Tables are switched by the tab component. The tables are big enough. Cells are also components. There is a noticeable delay when navigating through tabs. All data is calculated and should not be recalculated during rendering.
I looked in html, hidden elements have display:none there, but they are formed. It turns out that the delay is purely due to the browser.
About browsers: in chrome, the delay is still tolerable, but in ie it will not work at all.
In this regard, the question is: are there any ways or tools to find the causes of such problems.
I know there is a tool in vue-cli 3, but I have a second one.
Answer the question
In order to leave comments, you need to log in
Why not run a profiler in your browser and see what's eating up time?
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question