Hi all,
Hoping someone can just give me some ideas of what to look for here:
It’s a Remix site. The situation is that everyone who accesses it the first time sees a VERY long load time, on the order of 10 or more seconds.
The site itself is a simple splash page. After initial access it’s very snappy. This seems to affect each individual user. I.e., if I access it the first time, 10 seconds. Then fast. But, if I ask my roommate to do it, same thing… s l o w response and then fast on reload. Ask someone else, same thing. All within seconds of each other.
Now, I’ve cleared cache after it loads the first time, and it STILL loads fast. That leads me to believe that it’s on the Netlify CDN. Like it’s cache missing for each initial load? Still, 10 seconds? Wondering if that’s some sort of Remix edge function warm-up thing, and my users are all just hitting different end points.
So, two questions… is that it? Combo cache miss, edge function warm-up? If so, any ideas how to prevent such a thing, aside from not using Remix?
Thanks!