Karl Auerbach on Nostr: nprofile1q…c48vs Yes, today's web page designs often have a huge number of side ...
nprofile1qy2hwumn8ghj7un9d3shjtnddaehgu3wwp6kyqpqdnn8lhve69yuy85zzcnl7aymzlr4t6dwhq55hkc4tzf3typen65ssc48vs (nprofile…48vs) Yes, today's web page designs often have a huge number of side loads - which trigger an even larger number of DNS lookups. So things like DNS resolution time and TCP slow start (and TLS handshakes) can really make things feel sluggish.
By-the-way, check out the bufferbloat work by Dave Taht and others.
I have also found the following useful to really speed things up. I black hole a lot of that garbage analytics to localhost so that they get an almost instant TCP Reset. I add this to my /etc/hosts... (I do similar for IPv6 ::1)
127.0.0.1 google-analytics.com www.google-analytics.com ssh-google.analytics.com doubleclick.net googleadservices.com www.googletagmanager.com googletagmanager.com prodmg2.blob.core.windows.net
By-the-way, check out the bufferbloat work by Dave Taht and others.
I have also found the following useful to really speed things up. I black hole a lot of that garbage analytics to localhost so that they get an almost instant TCP Reset. I add this to my /etc/hosts... (I do similar for IPv6 ::1)
127.0.0.1 google-analytics.com www.google-analytics.com ssh-google.analytics.com doubleclick.net googleadservices.com www.googletagmanager.com googletagmanager.com prodmg2.blob.core.windows.net