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
If I am running parallel requests it is hard to see/know which request was finished first. The requests are ordered by the time when the request started on the server but depending on the duration the "second" might finish before the first
Describe the solution you'd like
Display the absolute time of the request start and end in the left sidebar
Display the absolute time for each event in the timeline
Describe alternatives you've considered
To debug one issue I browsed the raw JSON file to file to find the absolute time...
The text was updated successfully, but these errors were encountered:
If I understand you correctly, you would like to see the exact time when the request was received and finished, eg:
Request Received: 2022-03-27 23:25:30.000
Request Finished: 2022-03-27 23:25:31.161
Duration: 1.161 seconds
You can actually already see the time when the request was received, at the bottom of the request (right) sidebar, although only to a second precision.
I can definitively see the use-case and think we can improve how we show the order in which the requests were processed, though I'm not sure what it would look like. Adding this to the TODO list.
I wonder if it would be useful to display multiple requests in a shared timeline, kinda like the Network tab overview section in Dev Tools. 🤔
Is your proposal related to a problem?
If I am running parallel requests it is hard to see/know which request was finished first. The requests are ordered by the time when the request started on the server but depending on the duration the "second" might finish before the first
Describe the solution you'd like
Display the absolute time of the request start and end in the left sidebar
Display the absolute time for each event in the timeline
Describe alternatives you've considered
To debug one issue I browsed the raw JSON file to file to find the absolute time...
The text was updated successfully, but these errors were encountered: