You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Use requestSentime and responseReceivedTime in favor of start/end time and use the monotonic clock in start
and end time
Capture the step index info for all the netinfo events to make querying easier
Fix the timestamp to get the value of when the event got generated vs when the event is written to stdout which is after journey end. + [ ] Enhance the additional headers information by listening to requestWillBeSentExtraInfo and responseReceivedExtraInfo event + [ ] Figure out if an entry is from the cache by using requestServedFromCache event.
The text was updated successfully, but these errors were encountered:
Couple of improvements that we can do to improve the step level waterfall in the UI
requestSentime
andresponseReceivedTime
in favor ofstart/end
time and use the monotonic clock in startand end time
+ [ ] Enhance the additional headers information by listening torequestWillBeSentExtraInfo
andresponseReceivedExtraInfo
event+ [ ] Figure out if an entry is from the cache by usingrequestServedFromCache
event.The text was updated successfully, but these errors were encountered: