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

Show request completion time #871

Closed
sboulema opened this issue May 13, 2020 · 5 comments
Closed

Show request completion time #871

sboulema opened this issue May 13, 2020 · 5 comments
Labels
feature New feature or request

Comments

@sboulema
Copy link
Contributor

Is your feature request related to a problem? Please describe.
Not related to a problem. This is a feature request,

Describe the solution you'd like
We get a lot of extra info back when getting a response. Body, status code, etc.
But I would like to see how long the request took to complete. This would help in spotting any performance issues.

Describe alternatives you've considered
No alternatives that I know of...

Additional context
Possible solutions:

@liyasthomas
Copy link
Member

We're already showing a toast with request completion time. This might've been gone unnoticed.
Screenshot_20200514-061213

@liyasthomas liyasthomas added the feature New feature or request label May 14, 2020
@liyasthomas
Copy link
Member

Feel free to reopen if the current implementation isn't enough.

@lewislbr
Copy link

Just to give an idea about this: could the time be saved in the request history, for example next to the HTTP method? So it doesn't get lost after the toast is gone.

@liyasthomas
Copy link
Member

@lewislbr we're already saving request completion time to history. Toggle "show more" on history section to view all options.

image

@lewislbr
Copy link

@liyasthomas Awesome! Didn't see that, thanks!

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

No branches or pull requests

3 participants