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
The app.keeweb.info uses service-worker for caching the main file
There were a few efforts to fix the service worker but the main file has never been cached with nc-keeweb. This would load the page more than half a second faster.
Maybe we can trigger to use the normal cache for it?
Otherwise @HolgerHees might have an idea to fix the loading time with the ServiceWorker?
The text was updated successfully, but these errors were encountered:
The service worker does not work for keeweb itself and so far I have no idea at all why and therefore I disabled it in 0.6.3 beta to get rid of the error messages telling that the server worker can not be intialized. Any suggestions are welcome.
Caching the 1.5 MB file does not work.
The app.keeweb.info uses service-worker for caching the main file
There were a few efforts to fix the service worker but the main file has never been cached with nc-keeweb. This would load the page more than half a second faster.
Maybe we can trigger to use the normal cache for it?
Otherwise @HolgerHees might have an idea to fix the loading time with the ServiceWorker?
The text was updated successfully, but these errors were encountered: