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
How long it takes MaxCDN to retrieve the file (if cache status was a MISS)
As I understand it, that means request time is how long it took to serve the content to the browser, and origin time is the time required to load the resource from upstream in case of a cache miss. Please let me know if I've misunderstood here :)
When looking through the values returned from the API, I see the following:
Almost all cache HITs have a request_time of zero. I did see a few that had decimal results like 0.044.
For cache MISSes, both request_time and origin_time are in the 0.xx range.
The docs are incorrect and these units are seconds, right?
Why are all the responses for cache HITs zero? Even if these units are seconds I would expect to see response times in the low milliseconds. a recorded response time of zero is not useful for tracking performance.
The text was updated successfully, but these errors were encountered:
Hi,
On the Raw Logs API Documentation it says:
As I understand it, that means request time is how long it took to serve the content to the browser, and origin time is the time required to load the resource from upstream in case of a cache miss. Please let me know if I've misunderstood here :)
When looking through the values returned from the API, I see the following:
HIT
s have arequest_time
of zero. I did see a few that had decimal results like0.044
.MISS
es, bothrequest_time
andorigin_time
are in the 0.xx range.For example, using the ruby client:
As a result I have several questions/issues:
HIT
s zero? Even if these units are seconds I would expect to see response times in the low milliseconds. a recorded response time of zero is not useful for tracking performance.The text was updated successfully, but these errors were encountered: