flawiddsouza/Restfox

Support for total response time

Closed this issue · 5 comments

Hi,

at first: thx for the nice tool and the invest of time on your side.
I'm currently doing some testing on a streaming API and did notice, that the response time actually shows the time the response header took to transfer. It would be nice for a streaming request, to also show the total response time for the request (header + body).

Kind regards,
kuche

Hi @kuche1991, can you let me know which OS you're using and how you installed the application?

The response time actually includes the time to fetch headers + body. Maybe streaming response bodies need a different mechanism for tracking time.

Thanks for the quick reply.

I am on Ubuntu 24.04.1 LTS and I installed it via snap, current version 0.28.0.
Attached I have a screen-video in which I query one of our APIs which streams a CSV.
It would be nice, if could see both response times (header complete and body complete).

screen.webm

The seems very incorrect. Seems like a bug. Header complete + body complete isn't tracked separately for now. Will make a note to see if we can implement it.

This is now fixed in 2ef4a7d.

Also you will now be able to see head complete + body complete when hovering over time taken:
image

Nice!
Thanks a lot for your work.