如何优化wordpress和squid

发布于 2024-10-11 16:42:37 字数 146 浏览 7 评论 0原文

您好,我正在使用鱿鱼来加速 WordPress 的安装(在 lighty 上运行)。

不幸的是,鱿鱼似乎错过了太多的机会。

我认为这取决于 lighty 随每个请求发送的 Vary: Cookie 标头。

我怎样才能删除那个标题?

Hi I'm using squid to speed up an installation of wordpress (running on lighty).

unfortuately it seeems that squid is getting too many MISSes.

I think this depends on the Vary: Cookie header that lighty sends with every request.

how can I remove that header?

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

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

发布评论

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

评论(1

凡尘雨 2024-10-18 16:42:37

如果不同的用户有可能根据他们的 cookie 获得不同的页面,那么即使以较低的命中率为代价,您也希望将 Vary: Cookie 标头放在那里。否则,用户 X 可能最终会获取用户 Y 的缓存页面。是否在静态内容(即图像、.js 等)以及页面 HTML 上设置此标头?

If there's any chance of different users getting a different page based on their cookie, you want the Vary: Cookie header in there even at the expense of lower hit rates. Otherwise user X may wind up getting user Y's cached page. Is this header being set on static content (i.e. images, .js, etc) as well as the page HTML?

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