Enabling ISR on a page makes page load times slow,...
# help
x
Enabling ISR on a page makes page load times slow, the page document gets fetched at about 700-900ms and I'm fairly sure it's not due to some cold start. Is there a reason for that or am I just doing something wrong? I've followed the tutorial https://serverless-stack.com/examples/how-to-create-a-nextjs-app-with-serverless.html but just modified the index page to enable revalidate with 60 seconds. The page that I added ISR to is having cloudfront misses on all requests:

https://i.imgur.com/uxFt0E9.png

f
Hi @Xelian, sorry for the late follow up. We are going to be working on the cache miss after a deploy issue.
Here’s a link to the issue to track this https://github.com/serverless-stack/serverless-stack/issues/1300
Hey @Xelian, this should be fixed in version v0.63.0. Give it a try and let me know if it works for you.