This location is Mexico City, the resolution of these domains all end up in IPs similar "
eze04s05-in-f4.1e100.net" that i assume is Argentina all under the prefix
216.58.192.0/19. This is happening either using 8.8.8.8, 8.8.4.4 or ns1.google.com (the same happens by going directly to the root servers)
The latencies from Mexico City to any of those domains are high, more than 200ms for ICMP.
If i use CloudFlare DNS (1.1.1.1) the domains resolve to IPs under the prefix 74.125.127.0/24 that correspond to a rDNS similar to "ov-in-f147.1e100.net" , i don't know where this is located but the ICMP latencies for this are much lower, around 38ms.
There
is obviously a wrong resolution for Google related domains from Mexico
City that is making using Google much slower than it should be.
As you can see in these ThousandEyes links, the traffic within the Google network is being delayed for domains going to 216.58.192.0/19, from hop 209.85.247.116 to hop 209.85.254.154. Between those hops there is a latency of 128ms:
The consecuence of this is a page load of more than 4 seconds for any Google related service.
As extra information, the Mexico City IP where i'm doing the tests from is 138.186.140.212
Some dig outputs:
$ dig @1.1.1.1 google.com
; <<>> DiG 9.10.3-P4-Ubuntu <<>> @1.1.1.1 google.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 34487
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 1452
;; QUESTION SECTION:
;google.com. IN A
;; ANSWER SECTION:
google.com. 286 IN A 172.217.12.46
;; Query time: 2 msec
;; SERVER: 1.1.1.1#53(1.1.1.1)
;; WHEN: Fri Jul 20 23:19:10 UTC 2018
;; MSG SIZE rcvd: 55
$ dig @ns1.google.com google.com
; <<>> DiG 9.10.3-P4-Ubuntu <<>> @ns1.google.com google.com
; (2 servers found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 6668
;; flags: qr aa rd; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 0
;; WARNING: recursion requested but not available
;; QUESTION SECTION:
;google.com. IN A
;; ANSWER SECTION:
google.com. 300 IN A 172.217.28.174
;; Query time: 52 msec
;; SERVER: 216.239.32.10#53(216.239.32.10)
;; WHEN: Fri Jul 20 23:19:30 UTC 2018
;; MSG SIZE rcvd: 44
$ dig @8.8.8.8 google.com
; <<>> DiG 9.10.3-P4-Ubuntu <<>> @8.8.8.8 google.com
; (1 server found)
;; global options: +cmd
;; Got answer:
;; ->>HEADER<<- opcode: QUERY, status: NOERROR, id: 27417
;; flags: qr rd ra; QUERY: 1, ANSWER: 1, AUTHORITY: 0, ADDITIONAL: 1
;; OPT PSEUDOSECTION:
; EDNS: version: 0, flags:; udp: 512
;; QUESTION SECTION:
;google.com. IN A
;; ANSWER SECTION:
google.com. 299 IN A 172.217.28.174
;; Query time: 45 msec
;; SERVER: 8.8.8.8#53(8.8.8.8)
;; WHEN: Fri Jul 20 23:19:40 UTC 2018
;; MSG SIZE rcvd: 55
- With trace: