Skip to content

Rendering

Incremental Static Regeneration (ISR)

Also: ISR

A hybrid where pages are static-served from cache but regenerated on demand or on a TTL.

Definition

ISR serves cached static HTML and regenerates pages in the background when they hit a TTL or are explicitly invalidated. The first request after expiry triggers a regeneration; subsequent requests hit the fresh cache. Used to combine SSG-grade TTFB with SSR-grade freshness on content sites larger than 10,000 pages where SSG build times become impractical.

See also

Need this concept applied to your stack?

Glossary entries are intentionally short. Real engineering tradeoffs need a scoping call — bring the domain, the stack, and the question.