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
I've looked at a situation where network requests for Nuxt scripts during initial page load were extremely slow. Using DevTools to bypass the service worker for network requests made everything fast. Then I manually cleared Cache Storage and everything was back to normal (without that bypass setting).
I'm wondering if there might be an issue where the Cache can get so full of stuff that the service worker caching starts to really struggle.
Anyone seen anything like this?
The text was updated successfully, but these errors were encountered:
PWA version 3.3.2.
I've looked at a situation where network requests for Nuxt scripts during initial page load were extremely slow. Using DevTools to bypass the service worker for network requests made everything fast. Then I manually cleared Cache Storage and everything was back to normal (without that bypass setting).
I'm wondering if there might be an issue where the Cache can get so full of stuff that the service worker caching starts to really struggle.
Anyone seen anything like this?
The text was updated successfully, but these errors were encountered: