Replies: 1 comment 3 replies
-
|
You may not need Why did you put If your page is nothing but JSX, aka content that won't ever change, you might not need I'd like to know a bit more though. |
Beta Was this translation helpful? Give feedback.
3 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.
-
Summary
So before I migrate to Nextjs 16 with
cacheComponents: true, my nextjs 15 withdynamic = force-staticroutes are build and worked as a static that means no CPU usage in vercel dashboard. But after I upgraded to 16 withcacheComponents: true, those routes are kept using CPU through Vercel dashboard even though I added "use cache" for bothpage.tsxandlayout.tsxof those routes and build said those routes are static. I am looking for how I can make the routes to SSG or pure CSR without CPU usage with cache components.Additional information
No response
Example
No response
Beta Was this translation helpful? Give feedback.
All reactions