holidayextras / barometer

Framework agnostic browser performance metrics
MIT License
5 stars 5 forks source link

Track user's bandwidth #10

Open msaspence opened 7 years ago

msaspence commented 7 years ago

We can track using XHR's progress api

theninj4 commented 7 years ago

I really like this one. If we assume the first byte is transmitted at the same time as the rest of the payload, we'd get a really good measure. I wonder if there's a good way of measuring latency...