Collect and report web vitals #739
lightningspirit
started this conversation in
Ideas
Replies: 1 comment
|
Any update on this one? |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello all,
First of all, thank you for this amazing tool that works perfectly!
It came to my mind that Umami could be collect and report web vitals that SPAs send.
There are already a plenty of tools that do the initial job of collecting web vitals from SPAs (https://github.com/GoogleChrome/web-vitals and even NextJS https://nextjs.org/docs/advanced-features/measuring-performance), we need to implement an endpoint that collect an object and a graph that shows aggregated numbers.
Would you guys be interested in this feature?
Just for reference, the object could be something like this:
Here's what the graph would be like:
https://user-images.githubusercontent.com/326742/101584324-3f9a0900-3992-11eb-8f2d-182f302fb67b.png
All reactions