You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
If I use an other API client like Yaak or RapidAPI and test on an https endpoint (with just an empty html file) I get response times of around 40-50 ms.
If I test the exact same endpoint in JetClient then it says 8 ms, which seems far to low. That cannot be correct as a total response time.
Steps to reproduce
Test the same endpoint in different API clients.
Expected behavior
A higher reported response time.
If possible divided in different parts; eg. time for SSL handshake and time for actual response.