PerformanceObserver On Page Refresh
I have been using PerformanceObserver
API with PlayWright
to capture several metrics in my application which. My application has multiple browser instances on Button/link clicks. Metrics like FCP
, LCP
, TTFB
are getting captured while the pages are navigated for first time. Metrics like LongTask
and CLS
are getting updated whenever the page is reloaded.