You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The issue I'm experiencing is pretty annoying.
I'm trying to optimize my first byte, by turning off compression, and gziping everything by webpack with CompressionPlugin. The issue is that it doesn't compress service-worker.js produced by sw-precache-webpack-plugin.
I understand the reason why: service-worker.js should cache all chunks produced by webpack after CompressionPlugin compression.
This is why I think it should be an option in sw-precache-webpack-plugin itself.
Thank you)
The text was updated successfully, but these errors were encountered:
The issue I'm experiencing is pretty annoying.
I'm trying to optimize my first byte, by turning off
compression
, and gziping everything by webpack with CompressionPlugin. The issue is that it doesn't compressservice-worker.js
produced by sw-precache-webpack-plugin.I understand the reason why:
service-worker.js
should cache all chunks produced by webpack after CompressionPlugin compression.This is why I think it should be an option in sw-precache-webpack-plugin itself.
Thank you)
The text was updated successfully, but these errors were encountered: