[11:30:03] kostajh: note that client side, you have access to responseStart (latency plus receipt of first byte), responseEnd (download time of HTML), and transferSize, and eg firstPaint. That's transfer size as transferred incl any headers and use of gzip. That would be more representative. The timing values might on their own be more valuable though as that's what people perceive. [11:30:24] So if you already have a beacon with some numbers, you could add some of these to it. [17:44:59] Krinkle: ah, that's a good idea, thanks. I'll have a look that.