benhansen-io / pinging

Pinging.net - Monitor Your Internet Connection
Apache License 2.0
74 stars 4 forks source link

Reduce UI affects on reported latency #9

Open benhansen-io opened 2 years ago

benhansen-io commented 2 years ago

Scrolling a lot can cause the latency to increase for some packets. I suspect this is an implementation artifact and not actually an increase in the network latency. Maybe we can run the latency gathering code in a web worker or something to reduce the effect?