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

Enhance Server-Timing implementation to support new Chrome DevTools Performance Panel integration #1578

Draft
wants to merge 4 commits into
base: trunk
Choose a base branch
from

Commits on Oct 4, 2024

  1. Support setting start value in Server-Timing metric and align method …

    …naming with start/end terminology.
    felixarntz committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    fcdbefe View commit details
    Browse the repository at this point in the history
  2. Include optional metric start parameter in Server-Timing header and i…

    …nclude non-standard response-start and response-end metrics automatically, if possible.
    felixarntz committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    b371ace View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    02a40b9 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    946c4fd View commit details
    Browse the repository at this point in the history