Currently it gets the latest DNS entry by synchronously getting it as part of rendering the page. If the external network is slow, this request can then be very slow. This isn't great.
It would be better if the status of the DNS was figured out asynchronously after the initial page load. This would be an improved user experience.
Currently it gets the latest DNS entry by synchronously getting it as part of rendering the page. If the external network is slow, this request can then be very slow. This isn't great.
It would be better if the status of the DNS was figured out asynchronously after the initial page load. This would be an improved user experience.