Olex
April 21, 2021, 12:28am
1
Hi there,
My app is pour-frontend-prd.netlify.app , and I’ve noticed that at least in my region (Australia) loading time is too slow comparing to another CDN/hosting platforms. The first five requests have normal speed, but after that it takes 1,79s (266 kB), 1.27s (76.3 kB) and 1.05 s (47.8 kB).
Can it be fixed?
perry
April 21, 2021, 4:00pm
2
hi there olex, sorry to hear about this.
could you do us a solid can capture a HAR file and post it somewhere we can access it for us to look at?
https://toolbox.googleapps.com/apps/har_analyzer/
thanks.
Olex
April 22, 2021, 12:10am
3
Thanks for quick reply. Please find the HAR file here
luke
April 22, 2021, 8:18am
4
Hi, @Olex . You have made your apex domain the primary custom domain. You are also using an A record for that apex domain.
This configuration means, instead of using an ADN node in Australia, your traffic is always being directed to San Francisco instead.
The solution for this would be to either:
a) Make the www
subdomain the primary custom domain.
or:
b) Use Netlify DNS for the domain.
We have a blog post about this here as well:
If there are other questions about this, please let us know.
Olex
April 22, 2021, 11:16am
5
Thanks, Luke! It’s very helpful.
1 Like