Hi there !
First, some technical data:
- Netlify site-name: hugonebreda.netlify.app
- Custom Domain: hugonebreda.com
Yesterday I finally managed to get a healthy build deployed on Netlify of my site built with Hugo Framework
I followed instructions and pointed my custom domain Name Server to Netlify with these values:
- dns1.p05.nsone.net
- dns2… (same as first one)
- dns3… (same as first one)
- dns4… (same as first one)
… and Voila!
But since yesterday (and also today) I’ve noticed several things:
- Different persons, very different results
- Some of them visualize the page correctly (
)
- Some of them get a “This site can’t be reached” error (not a “Page not found”) (
)
- Some of them still see “Registered domain” page (
)
- Some of them visualize the page correctly (
- Load times are slow, slower than I expected
- Sometimes even minutes with a blank page loading
- Others were the browser just shutdown the connection and show a page not found
These problems were observed with domains DNS settings like this:
- hugonebreda.com // 3600 // IN // NETLIFY// hugonebreda.netlify.app
- www.hugonebreda.com // 3600 // IN // NETLIFY // hugonebreda.netlify.app
I’ve just added a NS record like next one, to see if this fixes the problems:
- hugonebreda.com // 1800 // IN // NS // hugonebreda.netlify.app
I also saw in the support community that for European accesses to Netlify sites, traffic always get redirected through USA load balancer (104.198.14.52)
So I was wondering, since all my traffic is likely to com from Europe
Is there any better configuration for European sites to avoid this slow times and problems?
Thanks in advance