mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-25 16:55:59 +03:00
[GH-ISSUE #871] Show request completion time #301
Labels
No labels
CodeDay
a11y
browser limited
bug
bug fix
cli
core
critical
design
desktop
discussion
docker
documentation
duplicate
enterprise
feature
feature
fosshack
future
good first issue
hacktoberfest
help wanted
i18n
invalid
major
minor
need information
need testing
not applicable to hoppscotch
not reproducible
pull-request
question
refactor
resolved
sandbox
self-host
spam
stale
testmu
wip
wont fix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hoppscotch#301
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
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:
@liyasthomas commented on GitHub (May 14, 2020):
We're already showing a toast with request completion time. This might've been gone unnoticed.

@liyasthomas commented on GitHub (May 14, 2020):
Feel free to reopen if the current implementation isn't enough.
@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.
@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.
@lewislbr commented on GitHub (May 28, 2020):
@liyasthomas Awesome! Didn't see that, thanks!