@jwz For reference (I'm assuming `whitehouse.gov` is hosted in the US and isn't using some anycast CDN. It was the first US-based site I could think of.)
```
stuartl@rikishi ~ $ ping4 -n whitehouse.gov
PING whitehouse.gov (192.0.66.51) 56(84) bytes of data.
64 bytes from 192.0.66.51: icmp_seq=1 ttl=56 time=25.9 ms
^C
--- whitehouse.gov ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 25.850/25.850/25.850/0.000 ms
stuartl@rikishi ~ $ ping6 -n whitehouse.gov
PING whitehouse.gov (2a04:fa87:fffd::c000:4233) 56 data bytes
64 bytes from 2a04:fa87:fffd::c000:4233: icmp_seq=1 ttl=47 time=221 ms
^C
--- whitehouse.gov ping statistics ---
1 packets transmitted, 1 received, 0% packet loss, time 0ms
rtt min/avg/max/mdev = 220.696/220.696/220.696/0.000 ms
```
25ms might be low enough to not care… but 221ms definitely is "drunk driver" territory.