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
* Stop using the request module. Use the standard http and https modules.
This also fixed the DNS Lookup timing, which was set, although no DNS
lookup took place.
Prints timings of a HTTP/S request, including DNS lookup, TLS handshakeetc.
5
+
Prints time duration of various stages of a HTTP/S request, like DNS lookup, TLS handshake, Time to First Byte etc. You can find more information in [Understanding & Measuring HTTP Timings with Node.js](https://blog.risingstack.com/measuring-http-timings-node-js/).
0 commit comments