App Router ISR pages and ?_rsc
Unanswered
Irish Terrier posted this in #help-forum
Irish TerrierOP
Hi! I have a website deployed in Netlify, and I use prismic, having tons of SSG pages and revalidated using tags and cache: "force-cache" (so they should be completely static but revalidated). Hence the point is that, comparing to the old /pages routing, navigating from one page to another is not immediate and fast in the App router. I saw that there're lot of requests to ?_rsc={some_random_id} and this prevent an immediate navigation.
If I prefetch all the pages, by having the <Link prefetch={true} /> it seems to work, but if I reload the page and then I hit the browser back button the navigation isn't still immediate.
So the question is: why we use SSG to prerender and revalidate pages using tags for example if the pages are not fully static and served immediatly? Is there something I'm missing?
If I prefetch all the pages, by having the <Link prefetch={true} /> it seems to work, but if I reload the page and then I hit the browser back button the navigation isn't still immediate.
So the question is: why we use SSG to prerender and revalidate pages using tags for example if the pages are not fully static and served immediatly? Is there something I'm missing?