单一 Web 服务器和 ETag
有谁知道是否值得在托管于单个 Web 服务器上的 Web 应用程序上禁用 ETag? 目前我们的应用程序中没有使用 ETag。
如果值得禁用它们 - 为什么?
非常感谢。
Does anyone know if it is worth disabling ETags on an web application that is hosted on a single web server? Currently we don't make use of ETags in our application.
If it is worth disabling them - why?
Many thanks.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
我不知道这是否有帮助,但您可以在这里阅读有关 etag 的信息:
http://developer.yahoo.net/blog/archives/2007/07 /high_performanc_11.html
这里是 Jeff Atwood 对 ETags 的看法 :
另外对 .NET Rocks 的 Steve Souders 的采访可能会有所帮助:
I don't know if this helps, but you can read about etags here:
http://developer.yahoo.net/blog/archives/2007/07/high_performanc_11.html
and here is what Jeff Atwood thinks about ETags:
also interview with Steve Souders at .NET Rocks may help:
“如果您将网站托管在一台服务器上,则无需删除 ETag。每次都会使用相同的 ETag,并且验证检查将有效且正确地进行。”
资料来源:迪恩·休谟
"If you’re hosting your website on one server, it isn’t necessary to remove ETags. The same ETag will be used every time and the validation check will take place efficiently and correctly."
Source: Dean Hume