I'd like to be able to use Resource Timing to programmatically get a sense of where my application is spend its performance budget, but unfortunately I cannot because resource timing doesn't include the ability to inspect why kind of resource it is.
I would love to see either the content-type header, a Request Destination string, or both, included in resource timing to allow for this kind of introspection of the resource.
I'd like to be able to use Resource Timing to programmatically get a sense of where my application is spend its performance budget, but unfortunately I cannot because resource timing doesn't include the ability to inspect why kind of resource it is.
I would love to see either the
content-typeheader, aRequest Destinationstring, or both, included in resource timing to allow for this kind of introspection of the resource.