Origin Server とは?
Origin server は、サイトのコンテンツとアプリケーションロジックの真のバージョンを保持する元の正規なホストです。CDN は origin からコンテンツを取得して edge に cache し、cache miss のときや cache できないリクエストのときにのみ origin に戻ります。分散 cache の背後にある単一の真実の情報源です。
なぜ重要か
Origin は正しいコンテンツを定義するため、cache miss と動的リクエストはすべて最終的にそこに到達します。edge が origin に戻る頻度を減らすことは、パフォーマンスと origin の負荷の両方にとって中心的です。
関連ガイド
What Is a CDN Edge?A CDN edge is a geographically distributed cache server that serves content from close to the user, cutting l…
What Is a Cache Hierarchy?A cache hierarchy is a layered arrangement of caches where a miss at one level falls through to the next, end…
What Is an Edge Function?An edge function is small code that runs on a CDN edge close to the user, customizing requests and responses…