內容簡介
離線預緩存外掛使用 Google 提供的 Workbox 库來提供 PWA。訪客端會將您的網站快取,使網頁載入速度更快,也可以離線使用。
離線預緩存的主要功能包括:
快取所有靜態檔案和媒體文件,讓您的網站比以往更快。
使用預先快取的版本,對於未快取的頁面,提供回退離線頁面,讓您的網站即使沒有網路連接也可以運作。
控制每個頁面使用的快取策略,可選擇 cacheFirst, networkFirst, 或 networkOnly ,以定義載入網站時使用的來源。
可隨時啟用或停用預緩存。
即使離線,您的 Google Analytics 追蹤數據仍然可以運作,一旦訪客重新連線,資料將同步更新。
外掛標籤
開發者團隊
原文外掛簡介
Offline pre-Cache plugin uses Workbox libraries provided by google to serve PWA. Your website will be cached on visitor’s end and it will load faster than ever and also it can be work offline and anytime.
Major features in Offline Pr-Cache include:
Cache all static files and media in visitors device which will make your website more faster than ever.
Your website will be able to work even if there is no connection using the precached version of your website with fallback offline page for not cached pages.
control which pages will use which cache strategy cacheFirst, networkFirst, networkOnly to define which source will be used while loading your website.
Enable/ disable precaching anytime.
Your google analytics tracking data will still work even in offline mode and it will be synced once the visitor became online.
