Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
Drupal の外部ページ キャッシュとは何ですか? Drupal の固有のキャッシュ メカニズムとの違いは何ですか?
外部キャッシングは Varnish のようなものです。php / Drupal / mysql を使用せずにコンテンツを配信できるため、非常に高速です。正確な大きさはわかりませんが、同じサーバーはおそらく、drupal キャッシュよりも Varnish キャッシュの方が 1 秒あたり 50-xxx 倍多くのページを表示する可能性があります。
そのため、サーバーの処理能力をあまり使用せずに、大量のコンテンツを配信できます。