widow icon indicating copy to clipboard operation
widow copied to clipboard

Investigate more accurate timing of website response

Open ScottMansfield opened this issue 10 years ago • 1 comments

See: com.widowcrawler.fetch.FetchWorker

Can we get better timing about the request at a lower level? The timing should be as close to on-the-wire time as possible.

ScottMansfield avatar May 08 '15 06:05 ScottMansfield

I may need to consider a TTFB and whole-message response time as separate metrics. I think the current response time is neither, and I'm unsure of the timing it actually produces. It's nanos calls around Invocation.invoke()

https://jax-rs-spec.java.net/nonav/2.0-rev-a/apidocs/javax/ws/rs/client/Invocation.html#invoke()

ScottMansfield avatar Jun 09 '15 04:06 ScottMansfield