Skip to content

PerformanceServerTiming entry always has a duration field even when the original header did not #95

@andydavies

Description

@andydavies

The PerformanceServerTiming entry always has a duration field even if the original Server-Timing header did not

For example, if the response contains this header

Server-Timing: cdn-cache; desc=REVALIDATE

Then the corresponding entry will be:

PerformanceServerTiming
  description: "REVALIDATE"
  duration: 0
  name: "cdn-cache"

This makes is impossible to know just from the API whether the header had no duration, or whether it had a duration and it was 0

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions