Maven (famous)@lemmy.world to Programmer Humor@lemmy.ml · 9 months agoSome Valentine's Lovelemmy.worldimagemessage-square33fedilinkarrow-up1186
arrow-up1186imageSome Valentine's Lovelemmy.worldMaven (famous)@lemmy.world to Programmer Humor@lemmy.ml · 9 months agomessage-square33fedilink
minus-squareFutileRecipe@lemmy.worldlinkfedilinkarrow-up0·9 months agoTwice the latency for DNS results? Care to give concrete examples? DNS is usually very fast. Twice as long as very fast is still pretty quick, in my opinion.
minus-squareEager Eagle@lemmy.worldlinkfedilinkEnglisharrow-up1·edit-29 months agoI’m always on VPN, so latencies add up. dig +stats @1.1.1.1 www.google.com | grep '[\d]+ msec' gives me 10-20ms using a nearby vpn server dig +stats @9.9.9.9 www.google.com | grep '[\d]+ msec' gets me 30-50 ms, and not rarely >100ms.
minus-squaresloppy_diffuser@sh.itjust.workslinkfedilinkEnglisharrow-up1·8 months agoPlus DNS caching… I do DOT or DOH (forget which, setup years ago) from my router’s local DNS server without any noticeable latency.
Twice the latency for DNS results? Care to give concrete examples? DNS is usually very fast. Twice as long as very fast is still pretty quick, in my opinion.
I’m always on VPN, so latencies add up.
dig +stats @1.1.1.1 www.google.com | grep '[\d]+ msec'
gives me 10-20ms using a nearby vpn server
dig +stats @9.9.9.9 www.google.com | grep '[\d]+ msec'
gets me 30-50 ms, and not rarely >100ms.
Plus DNS caching… I do DOT or DOH (forget which, setup years ago) from my router’s local DNS server without any noticeable latency.