[GH-ISSUE #871] Show request completion time #301

Closed
opened 2026-03-16 14:26:24 +03:00 by kerem · 5 comments
Owner

Originally created by @sboulema on GitHub (May 13, 2020).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/871

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:

Originally created by @sboulema on GitHub (May 13, 2020). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/871 **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: - https://stackoverflow.com/questions/49874594/how-to-get-response-times-from-axios - https://github.com/BrockReece/axios-timing
kerem 2026-03-16 14:26:24 +03:00
  • closed this issue
  • added the
    feature
    label
Author
Owner

@liyasthomas commented on GitHub (May 14, 2020):

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

<!-- gh-comment-id:628319772 --> @liyasthomas commented on GitHub (May 14, 2020): We're already showing a toast with request completion time. This might've been gone unnoticed. ![Screenshot_20200514-061213](https://user-images.githubusercontent.com/10395817/81880061-08a17780-95aa-11ea-8396-8340845b62f5.png)
Author
Owner

@liyasthomas commented on GitHub (May 14, 2020):

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

<!-- gh-comment-id:628363682 --> @liyasthomas commented on GitHub (May 14, 2020): Feel free to reopen if the current implementation isn't enough.
Author
Owner

@lewislbr commented on GitHub (May 28, 2020):

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.

<!-- gh-comment-id:635198069 --> @lewislbr commented on GitHub (May 28, 2020): 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.
Author
Owner

@liyasthomas commented on GitHub (May 28, 2020):

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

image

<!-- gh-comment-id:635201578 --> @liyasthomas commented on GitHub (May 28, 2020): @lewislbr we're already saving request completion time to history. Toggle "show more" on history section to view all options. ![image](https://user-images.githubusercontent.com/10395817/83118591-2ca5a280-a0ec-11ea-997b-508d36c0f535.png)
Author
Owner

@lewislbr commented on GitHub (May 28, 2020):

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

<!-- gh-comment-id:635204764 --> @lewislbr commented on GitHub (May 28, 2020): @liyasthomas Awesome! Didn't see that, thanks!
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#301
No description provided.