Replies: 1 comment
-
Also came here to ask the same thing, because I'm noticing a lot more cache MISS using ISR compared to standard pre-rendering |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
I'm just curious if there are any implementation detail differences when comparing ISR to pre-rendering, specifically in regards to caching. These docs make it sound like they are handled pretty much the same:
However, it's not totally clear if they are somehow cached differently, or if they would both be on "durable storage" and served the same. If anyone has any insight I'm just curious if there are any advantages, or at least differences, to ISR with a long timeout compared to pre-render when it comes to caching on Vercel.
Beta Was this translation helpful? Give feedback.
All reactions