内容下载时间比HTTP请求本身还要高

时间:2018-07-16 05:10:31

标签: service-worker workbox workbox-webpack-plugin

我正在使用工作箱,并且策略对/ xyz API失效。

  1. 通过服务工作者从缓存进行响应。总耗时: 741ms

enter image description here

  1. 通过工作箱从服务工作者获取呼叫到服务器。总耗时 131ms

enter image description here

代码片段看起来像是跟随着match回调,而match回调只是具有url匹配的逻辑。

workbox.routing.registerRoute(isBaseAPI,
workbox.strategies.staleWhileRevalidate());

我错过了什么吗?请让我知道

0 个答案:

没有答案