Fastly Edge Caching with Nuxt 3 and NuxtLinks
Hey everyone, I have a question about how Fastly edge caching works with a Nuxt 3 application.
I'm trying to understand if Fastly's edge caching is effective when a user navigates between pages using NuxtLinks and client-side routing.
My current understanding is that Fastly caching only applies to the initial request from the CDN. So, if a user clicks a NuxtLink to an article, that request is handled by Nuxt's client-side routing, and Fastly's edge cache wouldn't be used. Is this correct, or am I missing something?
I'm trying to understand if Fastly's edge caching is effective when a user navigates between pages using NuxtLinks and client-side routing.
My current understanding is that Fastly caching only applies to the initial request from the CDN. So, if a user clicks a NuxtLink to an article, that request is handled by Nuxt's client-side routing, and Fastly's edge cache wouldn't be used. Is this correct, or am I missing something?
