jhass / nextcloud-keeweb

Integrate Keeweb into Nextcloud
Other
415 stars 49 forks source link

caching 1.5MB main keeweb file does not work #160

Open maurerle opened 4 years ago

maurerle commented 4 years ago

Caching the 1.5 MB file does not work. grafik

The app.keeweb.info uses service-worker for caching the main file grafik

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?

arnowelzel commented 4 years ago

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.