Tracing Page Load Times #270
Unanswered
stevenG-dv
asked this question in
Q&A
Replies: 1 comment
-
Hi @stevenG-dv, you can use Faros' own PerformanceTimeleineInstrumentation. You can add or remove Performance Timings so that it fit's your use case. The Instrumentation additionally provides a hook to filter, mutate or drop Performance Timings. Cheers, cc @cedricziel |
Beta Was this translation helpful? Give feedback.
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.
Uh oh!
There was an error while loading. Please reload this page.
-
I have set up Faro & Telemetry in my application. I want to be able to trace the load times of pages (page-load & navigation). Otel has DocumentLoadInstrumentation -- but this only captures the initial load of an application (refresh / initial-load) and it also appears to trace more than this -- I am trying to reduce potentially taxing payloads -- including Otel's UserInteraction.
Is there any other Faro implementation that can trace page-load & navigation times? Or a way to reduce one of Otel's implementations?
This is my current set up:
Beta Was this translation helpful? Give feedback.
All reactions