Seeking performance metrics for a Vue application. Interested in metrics for the entire app as well as specific components.
I am aware of using Vue.config.performance = true;
to enable performance monitoring through dev tools, and I have considered utilizing Performance Observer for more targeted performance tracking.
Are there any recommended libraries or services that could provide additional performance metrics? Ideally looking for a solution that can visualize these metrics for non-developers.
Open to suggestions!