When does a static route without "use cache" get re-rendered? #85363
Replies: 2 comments
-
|
Is that all there's to the route? And Cache Components enabled right? Where/how's this deployed? |
Beta Was this translation helpful? Give feedback.
-
|
Thank you for your support! Here’s what I did:
After waiting for a while and reloading the page, the I also created a test page that uses faker, and after leaving it for a few minutes and refreshing, the displayed name sometimes changes — though not always, and I haven’t figured out the exact pattern yet.
demo code "next": "16.0.0" 2025-10-28.10.22.36.mov |
Beta Was this translation helpful? Give feedback.

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 assumed that a route without "use cache" would render only at build time,
but based on my observation, that doesn’t seem to be the case.
After deploying a static page without "use cache", I noticed that console.log runs again if I revisit the page after some time.
Sometimes it logs three times on three consecutive refreshes, and then stops logging for a while —
so it doesn’t look like it’s fully dynamic either.
Could someone clarify when such a route is re-rendered (or revalidated)?
Is there some internal caching or time-based revalidation happening automatically for routes that don’t use "use cache"?
Beta Was this translation helpful? Give feedback.
All reactions