ISR
Incremental Static Regeneration serves a prerendered page and rebuilds it in the background on a schedule.
Why it matters
It gives static delivery for content that changes periodically, without a full rebuild per change.
How it is measured
Check the build output for a revalidate value on the route, then confirm the page updates after that interval.
Checks that involve isr
Related terms
Questions
What is isr?
Incremental Static Regeneration serves a prerendered page and rebuilds it in the background on a schedule.
Why does isr matter?
It gives static delivery for content that changes periodically, without a full rebuild per change.
How is isr measured?
Check the build output for a revalidate value on the route, then confirm the page updates after that interval.