Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feature Request: Display local time of request #93

Open
simbig opened this issue Feb 16, 2022 · 2 comments
Open

Feature Request: Display local time of request #93

simbig opened this issue Feb 16, 2022 · 2 comments

Comments

@simbig
Copy link

simbig commented Feb 16, 2022

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

  1. Display the absolute time of the request start and end in the left sidebar
    image

  2. Display the absolute time for each event in the timeline
    image

Describe alternatives you've considered

To debug one issue I browsed the raw JSON file to file to find the absolute time...

@itsgoingd
Copy link
Member

Hey, thanks for the feature request.

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

@simbig
Copy link
Author

simbig commented Aug 6, 2022

Hey,
displaying multiple requests in a shared timeline would definitely be a plus!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants