We have a SPA setup with the following _redirects
file:
/* /index.html 200
With DNS hosted at Amazon S53 with the rules:
A: * => 104.198.14.52
CNAME: develop => domain.netlify.com
Note that I am using domain.netlify.com
and domain.com
, but of cause that is not really our domain.
Issue
But we are seeing really slow loading times for assets like images when loading from Europe. We see TTFB in the range of 2-5 sec for small images.
Debugging
The TTFB seems to vary a lot from request to request but it is consistently performing good on develop.domain.com
(using CNAME record) and worse on domain.com
(using A record).
I can see in the forum that we are not the only ones experiencing this. What information do you need from us to better debug this?
Thanks a lot.