Can PWA based cache calls be slower than Network calls?
This is what I saw in one of the web app, for a JSON resource:
Cache cleared and called from service : 426 ms Called from Service worker(in dev tools / network size it is mentioned from Service worker) : 576 ms
The file has no entry in Manifest.json, but in ngsw-manifest.json the file is mentioned in static.
I am not sure if this thinking is wrong, but looks like reading from cache is slower than a network call for some resources here.