主頁 > 知識庫 > html5 application cache遇到的嚴重問題

html5 application cache遇到的嚴重問題

熱門標簽:江蘇高頻外呼系統(tǒng)線路 電銷機器人視頻 標準智能外呼系統(tǒng) 高德地圖標注錯誤怎么修改 會聲會影怎樣做地圖標注效果 洛陽市伊川縣地圖標注中心官網(wǎng) 搜狗星級酒店地圖標注 平頂山電子地圖標注怎么修改 地圖標注自己去過的地方
在我們的3G版網(wǎng)站的項目中使用了html5 application cache,將大部分圖片資源、js、css等靜態(tài)資源放在manifest文件中。

沒想到上線第一天就遇到了嚴重問題:application cache會默認緩存當前頁面?。?!就算我們有如下設(shè)置:

復制代碼
代碼如下:

NETWORK:*

也就是說,對于所有的動態(tài)頁面,application cache會緩存起來,用戶怎么刷新都是老的!

而且手機瀏覽器還很難清除掉,也不支持js清除!

花了一個上午,嘗試了很多辦法,查了很多資料,都沒能清除掉客戶端的緩存。一上午被用戶投訴慘了。

最后還是萬能的stackoverflow救了我:

Do not use appcache unless it is REALLY 100% EXACTLY WHAT YOU WANT TO DO
Even if it IS 100% EXACTLY WHAT YOU WANT TO DO, *DO NOT* use 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 server -- if the browser can't find the manifest file, then it will clear its cache... ...this will also turn caching off for everyone.
Don't turn it on again until it's 100% CORRECT
Dealing with appcache is miserable, often.
解決辦法很簡單,在服務(wù)器端刪除掉manifest文件,并且慎用application cache

當然,也有辦法是用application cache,同時能繞過自動緩存當前頁面的問題。那就是用iframe

標簽:蚌埠 廣東 常德 鄂爾多斯 阿克蘇 松原 果洛 廣西

巨人網(wǎng)絡(luò)通訊聲明:本文標題《html5 application cache遇到的嚴重問題》,本文關(guān)鍵詞  html5,application,cache,遇到,;如發(fā)現(xiàn)本文內(nèi)容存在版權(quán)問題,煩請?zhí)峁┫嚓P(guān)信息告之我們,我們將及時溝通與處理。本站內(nèi)容系統(tǒng)采集于網(wǎng)絡(luò),涉及言論、版權(quán)與本站無關(guān)。
  • 相關(guān)文章
  • 下面列出與本文章《html5 application cache遇到的嚴重問題》相關(guān)的同類信息!
  • 本頁收集關(guān)于html5 application cache遇到的嚴重問題的相關(guān)信息資訊供網(wǎng)民參考!
  • 推薦文章