Where can you find http timings in the glimpse popup window? -
the glimpse javascript panel shows nice summary of http timing information. time spent on wire, time on server, etc....
however when view information using pop out, information no longer accessible. can't find http timings anywhere. there anyway view information without viewing directly through javascript injected panel?
unfortunately, @ point, answer no.
there has been some community work bring full data set available the navigation timing api glimpse.
that effort bit stale now, if you'd pick you'd able not http timings, of following:
- navigationstart
- unloadeventstart
- unloadeventend
- redirectstart
- redirectend
- fetchstart
- domainlookupstart
- domainlookupend
- connectstart
- connectend
- secureconnectionstart
- requeststart
- responsestart
- responseend
- domloading
- dominteractive
- domcontentloadedeventstart
- domcontentloadedeventend
- domcomplete
- loadeventstart
- loadeventend
and it work in browsers (excluding oldie).
Comments
Post a Comment