Next.js on Plesk for Windows
Each page prints renderedAt and pid. Reload a page to see whether it came from the build, the ISR cache, or a fresh request.
- SSG:
renderedAtequals the build time and never changes. - ISR: stays the same for 30s. The first reload after that still shows the old time and regenerates in the background. The next reload shows the new time.
- ISR dynamic:
/isr/alphaand/isr/betaare built ahead;/isr/anything-elseis generated on first visit and then cached. - SSR: changes on every reload.
This request
| renderedAt | 2026-09-26T10:44:36.506Z |
|---|---|
| nodeVersion | v22.23.3 |
| pid | 30104 |
| platform | win32/x64 |
| port | \\.\pipe\29f8d037-3fa3-4cef-ad6a-92b39137009a |
| nodeEnv | production |