-
Notifications
You must be signed in to change notification settings - Fork 165
Server-Timing: allow desc field, make dur optional #879
Copy link
Copy link
Closed
Labels
Good First IssueIssue particularly suitable to be worked on by new contributorsIssue particularly suitable to be worked on by new contributors[Plugin] Performance LabIssue relates to work in the Performance Lab Plugin onlyIssue relates to work in the Performance Lab Plugin only[Type] EnhancementA suggestion for improvement of an existing featureA suggestion for improvement of an existing feature
Milestone
Description
Activity
Metadata
Metadata
Assignees
Labels
Good First IssueIssue particularly suitable to be worked on by new contributorsIssue particularly suitable to be worked on by new contributors[Plugin] Performance LabIssue relates to work in the Performance Lab Plugin onlyIssue relates to work in the Performance Lab Plugin only[Type] EnhancementA suggestion for improvement of an existing featureA suggestion for improvement of an existing feature
Type
Projects
- StatusShow more project fieldsDone 😃
Feature Description
The duration field is not mandatory for Server-Timing.
And description is very useful to provide more details.
You could actually also only serve a description, e.g.
pageType;desc="index"IMHO this should be supported by this API to make it more flexible.