Super-Progressive-Web-Apps icon indicating copy to clipboard operation
Super-Progressive-Web-Apps copied to clipboard

superpwa-manifest.json is not served via HTTP/2

Open twaiiiin opened this issue 5 years ago • 1 comments

Hello there,

Google Lighthouse tells me that the superpwa-manifest.json file is not served by HTTP/2 while the other resources are. Is this normal? Do you have the same behavior on other website?

It looks like all requests that are served from the Service Worker are marked with HTTP/1.1. This could be a bug with Google Chrome & Lighthouse (https://github.com/GoogleChrome/lighthouse/issues/7158) but it also affect on Firefox, too.

Thank you.

twaiiiin avatar May 01 '19 06:05 twaiiiin

I faced the same issue earlier today. The lighthouse bug you referenced is fixed but hasn't reached stable browsers yet. Try checking using the lighthouse chrome extension or on chrome canary.

Here's the link to that PR.

siwalikm avatar May 27 '19 18:05 siwalikm