What are the units for the web analytics?

3 Replies
quisi.do
quisi.do•14mo ago
For clarification, these values come from the web analytics GraphQL API.
Isaac McFadyen
Isaac McFadyen•14mo ago
I'm assuming CPU Time is milliseconds and Duration is in seconds... although that still looks very low for duration
quisi.do
quisi.do•14mo ago
I don't like that there's no formal answer to this. 😂 Would that make First Contentful Paint be in microseconds? I certainly hope it's not a P90 of 24 minutes. I also don't want to make assumptions, since the P50 and P75 are an impossible 0. If DNS time is milliseconds, then the P99 for DNS is 2.5 minutes. 😓 That can't be accurate, can it? It looks like Duration and CPU Time are the same value (note minimum and P25 are the same number, but with different powers). If CPU time were in milliseconds, this would mean Duration is measured in 1000-seconds, which isn't a unit I'm familiar with. I would think then that CPU time is microseconds while duration is seconds. This makes me P90 for CPU time 4ms and my P90 for duration 200ms. This seems accurate, since my Workers are primarily fetching data to store in R2.