micmro / performance-bookmarklet

Performance-Bookmarklet helps to analyze the current page through the Resource Timing API, Navigation Timing API and User-Timing - requests by type, domain, load times, marks and more. Sort of a light live WebPageTest.
MIT License
1.14k stars 87 forks source link

Project is still maintenaid ? #59

Open pcouas opened 3 years ago

pcouas commented 3 years ago

Hi

This project is still alive ? Could i use it with Angular5 ? Do you have more documentation ? Regards Phil

micmro commented 3 years ago

Hi @pcouas, I still maintain the project but don't frequently add new features. It is framework agnostic and thereby works with Angular 5, however it will not give you any Angular specific details. Using Angular-specific tools like Augury might work better for that.

There is already a lot of good content out there both Angular specific and generally applicable to serving content over the network, and I don't think I could get close to these great resources:

I hope this helps.