Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(tracing): Fix TTFB measurement #10970

Closed
wants to merge 1 commit into from

Conversation

k-fish
Copy link
Member

@k-fish k-fish commented Mar 7, 2024

Summary

This uses the navigation entry instead of trying to record ttfb from the transaction start time, which may or may not be adjusted properly when ttfb is called. This closely matches how web-vitals constructs onTTFB, with changes made to match how our existing measurements work.

Other

  • This PR still needs to be tested / may need additional work.

This uses the navigation entry instead of trying to record ttfb from the transaction start time, which may or may not be adjusted properly when ttfb is called. This closely matches how web-vitals constructs onTTFB, with changes made to match how our existing measurements work.
@k-fish k-fish requested review from a team, lforst and Lms24 and removed request for a team March 7, 2024 18:56
@AbhiPrasad AbhiPrasad self-assigned this Mar 8, 2024
@AbhiPrasad
Copy link
Member

Superceded by #11185

@AbhiPrasad AbhiPrasad closed this Mar 18, 2024
@AbhiPrasad AbhiPrasad deleted the fix/tracing-ttfb-should-use-activation-start branch March 18, 2024 21:55
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants