如何使用 Pressflow/Drupal 设置 Memcached?
使用 Pressflow 6.20(Drupal 的端口),我的目标是设置内存缓存。我遇到缓存一致性问题:
- 菜单显示错误的非活动选项卡。
- 在 url 末尾传递变量
?val=test
是没有用的。
With Pressflow 6.20 (port of Drupal), my aim is to setup memcache. I am having cache consistency issues:
- Menu showing wrong inactive tabs.
- Passing a variable at the end of the url
?val=test
is useless.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
不要将 memcached 与 Pressflow 一起使用。完全没有必要和麻烦。在看到安德鲁的回答后,我看到了很多性能提升 此处并在 Pressflow 上禁用 memcached。约翰·P 的上述评论似乎指的是相同的(一组)问题。
Don NOT use memcached with Pressflow. It is absolutely unnecessary and hassle. I've seen a lot of performace boost after after I saw andrew's answer here and disabled memcached on Pressflow. John P's comment above seems to refer to the same (set of) problems.