The Wayback Machine - https://web.archive.org/web/20211128053658/https://github.com/topics/service-workers
Skip to content
#

service-workers

Here are 87 public repositories matching this topic...

workbox
JustFly1984
JustFly1984 commented Jan 14, 2018

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 compress

Improve this page

Add a description, image, and links to the service-workers topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the service-workers topic, visit your repo's landing page and select "manage topics."

Learn more