http-timer icon indicating copy to clipboard operation
http-timer copied to clipboard

🕐 Performance timings for HTTP requests

Results 6 http-timer issues
Sort by recently updated
recently updated
newest added

Question/guidance: I like to use this library with undici which unfortunately has no ClientRequest object that http-timer expects. Do you see any other way hooking into undici? Thanks

question

Lookup timing is not available when using dnscache package in case of cache hit but it is available when the dns is resolved from actual dns.lookup method.

I use got http client and I use option `{dnsCache: true}`. In http-timer packages, theres's two code to calculate dns duration. 1. on socket's `lookup event` listener https://github.com/szmarczak/http-timer/blob/62f6b38f7cfaf9936fe2f432e648cf65860c8d17/source/index.ts#L93-L98 2. `deferToConnect()`'s...

download , request and tcp value will always come as 0

Hello, we have a dependency on this package and we have a corporate proxy and firewalls that enforce that all traffic goes through the proxy. The npm proxy settings are...