Is the issue with a TXT record you’ve set on a domain you own on Vercel taking a while to propagate? Or is it that the verification TXT record we ask you to set is taking a while to propagate?
If you create a support case w/ more info I can take a look
Is the issue with a TXT record you’ve set on a domain you own on Vercel taking a while to propagate? Or is it that the verification TXT record we ask you to set is taking a while to propagate?
If you create a support case w/ more info I can take a look
You still have to hit an edge function, although edge middleware might be faster? Unsure on that one, it's also slightly cheaper but when we're talking about $0.65 vs $2 it doesn't matter
You still have to hit an edge function, although edge middleware might be faster? Unsure on that one, it's also slightly cheaper but when we're talking about $0.65 vs $2 it doesn't matter
By using middleware.ts instead of doing the dynamic content in the page itself, their content would be able to be cached
By using middleware.ts instead of doing the dynamic content in the page itself, their content would be able to be cached
Edge functions are essentially free and it adds to their polish
Edge functions are essentially free and it adds to their polish
Swapping my location with a VPN to Australia, the initial HTML takes 200-250ms to load
This makes me think they're SSRing on the edge as if you compare those numbers to
remix-on-the-edge.vercel.app/edge they're very similar
Swapping my location with a VPN to Australia, the initial HTML takes 200-250ms to load
This makes me think they're SSRing on the edge as if you compare those numbers to
remix-on-the-edge.vercel.app/edge they're very similar
They're SSRing each page load, you can tell this by how the age is 0 and the X-Vercel-Cache is MISS. Along with this, the site is hosted on Vercel meaning they're either using serverless functions or edge functions
They're SSRing each page load, you can tell this by how the age is 0 and the X-Vercel-Cache is MISS. Along with this, the site is hosted on Vercel meaning they're either using serverless functions or edge functions