Angular Performance Tracking

What is the best and recommended way to track Angular application performance? I can use many other available / api methods, such as performance.now, to track and analyze the Google Analytics / application to send custom performance counters.

But I have a question, do we have something built-in inside Angular for this purpose, or is a third-party module / library recommended that helps track the performance of an Angular application?

+5
source share
1 answer

It looks like you are looking for something like Perfume.js : https://zizzamia.imtqy.com/perfume/#/angular/

, First Contentful Paint First Input Delay .

0

Source: https://habr.com/ru/post/1686867/


All Articles