mirror of
https://github.com/hoppscotch/hoppscotch.git
synced 2026-04-26 01:06:00 +03:00
[GH-ISSUE #225] Store the time spent on fetching a response #81
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#81
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 @pavi2410 on GitHub (Oct 27, 2019).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/225
Originally assigned to: @liyasthomas on GitHub.
Is your feature request related to a problem? Please describe.
It would be cool and productive to know how much time does it take to fetch a response while testing.
Describe the solution you'd like
Display the time difference from the start of making a request to the end of geting the response. The unit should be in milliseconds (ms)
@liyasthomas commented on GitHub (Oct 27, 2019):
Time required to finish current request is already visible in the toast

@pavi2410 commented on GitHub (Oct 27, 2019):
Oh! I am sorry that I overlooked its presence! Thanks :)
@pavi2410 commented on GitHub (Oct 27, 2019):
Can you (or I) please make the snackbar bigger and visible for a longer time?
@NBTX commented on GitHub (Oct 27, 2019):
I'll add a setting for it - though perhaps we should store the request duration for the log and as it could be quite useful.
@liyasthomas commented on GitHub (Nov 8, 2019):
Solved in
github.com/liyasthomas/postwoman@f71b940197