Django 和 Akamai EdgeCache
有人在基于 Django 的应用程序中使用过 Akamai 的 EdgeCache 吗? Django 端的配置/中间件是否需要任何特定的东西来确保 Akamai 得到充分利用?
Has anyone used Akamai's EdgeCache in front of a Django-based application? Is there anything specific needed in terms of configuration/middleware on the Django side to ensure Akamai is fully utilized?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我发现缓存装饰器在与 Akamai 集成方面确实工作得很好。但是,阅读有关“Vary”标头的 Akamai 文档非常重要。
I have found that the cache decorators do work quite well in integrating with Akamai. However, it is important to read the Akamai docs regarding 'Vary' headers.