Replies: 1 comment
-
I've same problem. |
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
-
I have a dynamic page in Next JS 14 located at "/product/[slug]" and I'm having trouble understanding how to reduce the serverless function invocations in vercel since most of these pages are generated and cached for 3 months. I always get Cache MISS and the function runs even if the data is cached for a specific slug.
My Question: Does a dynamic route always require a function invocation even if the data is cached?
Here is sample code of the page
Beta Was this translation helpful? Give feedback.
All reactions