How to debug on which parts of my app I have delay?

Working with vuejs3 sometimes I have delay (like endless loop) on frontend pages and
wonder are there some tools for checking/debugging on which parts of my app I have delay ?

I use Google Chrome Version 100.0.4896.75 (Official Build) (64-bit) under kubutu 20.

Thanks!

Hi @mstdmstd, I haven’t really worked with vue myself but you might check out the vue.js devtools:

Just had a quick try and its “timeline” seems to be pretty much what you’re looking for…

This topic was automatically closed 91 days after the last reply. New replies are no longer allowed.