MiniProfiler / rack-mini-profiler

Profiler for your development and production Ruby rack apps.
MIT License
3.71k stars 404 forks source link

show connection time in Net::HTTP requests #534

Open db48x opened 2 years ago

db48x commented 2 years ago

This separates out the time needed to connect to the server, if any, from the time needed to make the request and receive the response.