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▾