Skip to content
#

progressive-web-app

pwa logo

Progressive Web Apps start with a traditional web site/application and progressively enhance with modern features. When sites are secure they can leverage ServiceWorkers to provider users with offline support, Push notifications can help re-engage users, and Web App Manifests let users install PWAs alongside native apps.

Here are 1,481 public repositories matching this topic...

workbox
philipwalton
philipwalton commented Sep 13, 2018

When logging is set to debug, a workbox Router instance will log when it's asked to handle a request event but there's no handler for that event.

This perhaps makes sense if all you're using is the default router, but if you're using more than one router it starts to get pretty noisy pretty fast. It's also confusing, because you start seeing things like this:

<img width="398" alt="screen s

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

You can’t perform that action at this time.