Drupal 中的外部页面缓存是什么

发布于 2024-10-12 18:55:41 字数 49 浏览 3 评论 0原文

Drupal 中的外部页面缓存是什么?它与 Drupal 中固有的缓存机制有何不同?

What is external page caching in Drupal? How is it different from the intrinsic caching mechanism in Drupal?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

北凤男飞 2024-10-19 18:55:41

外部缓存可能类似于 Varnish。它可以在不使用 php / Drupal / mysql 的情况下交付内容,因此速度非常快。我不确定确切的大小,但同一台服务器每秒显示的 Varnish 缓存页面数可能比 drupal 缓存多 50-xxx 倍。

因此,您可以交付大量内容,而无需使用大量服务器电源。

External caching could be something like Varnish. It makes it possible to deliver content without using php / Drupal / mysql and is thus very fast. I'm not sure the exact magnitude, but the same server could probably show 50-xxx times more pages per second from Varnish cache than from drupal cache.

So you can delivery a lot of content without using much server power doing it.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文