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 的情况下交付内容,因此速度非常快。我不确定确切的大小,但是同一台服务器每秒从 Varnish 缓存中显示的页面可能比从 drupal 缓存中显示的页面多 50-xxx 倍。
因此,您可以在不使用太多服务器功能的情况下交付大量内容。