ISR 再検証とは?
ISR 再検証とは、incremental static regeneration において、設定された時間が経過した後に、事前レンダリングされたページを更新する仕組みです。サーバーはバックグラウンドで新しいバージョンを再構築する間、既存の静的ページをユーザーに配信し続けます。準備ができると、以降のリクエストではキャッシュされたページが新しいものに置き換わります。
なぜ重要か
ISR は、サイト全体を再構築せずに、静的ページの速さと、そこそこ最新に保たれるコンテンツを両立させます。再検証の間隔の選択は、鮮度と再構築コストのトレードオフになります。
関連ガイド
What Is Stale-While-Revalidate Caching?Stale-while-revalidate caching serves a cached response at once even if expired, then refreshes the entry in…
What Is On-Demand Revalidation?On-demand revalidation invalidates and rebuilds cached pages or data in response to an explicit event, like a…
What Is Edge Rendering?Edge rendering runs page rendering on servers in a global network near the user, cutting round-trip latency v…