在我们的3g版网站的项目中使用了html5 application cache,将大部分图片资源、js、css等静态资源放在manifest文件中。
没想到上线第一天就遇到了严重问题:application cache会默认缓存当前页面!!!就算我们有如下设置:
复制代码 代码如下:
network:*
也就是说,对于卫子夫怎么死的所有的动态页面,application cache会缓存起来,用户怎么刷新都是老的!
而且手机浏览器还很难清除掉,也不支持js清除!
花了一个上午,尝试了很多办法,查了很多资料,都没能清除掉客户端的缓存。一上午被用户投诉惨了。
最后还是万能的stackoverflow救了我:
do not u appcache unless it is really 100% exactly what you want to do
even if it is 100% exac高三体检tly what you want to do, *do not* u appcache until you are 100% certain that you写读后感 are not going to make a single change to that page (or any file that it links to) for a long time.
delete the manifest file from the rver — if the browr can’t find the manifest file, then it will clear its cache… …th失的反义词is will also turn caching off for everyone.
don’t turn it on again until it’s 100% correct
dealing with appcache is mirable, often.
解决办法很简单,在服务器端删除掉manifest文件,并且慎用applicatio华人最多的国家n cache
当然,也有办法是用application cache,同时能绕过自动缓存当前页面的问题。那就是用iframe
本文发布于:2023-04-03 06:50:24,感谢您对本站的认可!
本文链接:https://www.wtabcd.cn/fanwen/zuowen/e49713ca2e02666088df1511ac3638b4.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文word下载地址:html5 application cache遇到的严重问题.doc
本文 PDF 下载地址:html5 application cache遇到的严重问题.pdf
留言与评论(共有 0 条评论) |