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...
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...