This commit is contained in:
2020-10-01 20:47:03 +00:00
parent ed48036105
commit 219cd91a19
7 changed files with 46 additions and 27 deletions

View File

@@ -51,9 +51,23 @@ bugbug: menu won't drop down top right when running ayanova from a local win64 s
added pwa block to vue.config.js under transpiledependencies
added sw.jw
TRY: reversing 5725 by commenting out
TRY: manifest starturl reversal
TRY: updateexists is still set to true in app.vue by default when it was set that way for testing only!
TRIED build 33: app.vue comment out "swUpdated" event listener in created
FIXED!!!!! WTF? Actually I commented out two lines and it wasn't the swUpdated one at all it was the next one...
Tried build 38: comment out navigator.serviceWorker.addEventListener("controllerchange", () => { line in app.vue
FIXED, did not comment ou the other line
This is an alternative to the controllerchange in the app.vue approach:
https://levelup.gitconnected.com/vue-pwa-example-298a8ea953c9
TRIED build 31: manifest starturl reversal
Revert starturl back in manifest.json build 31
did not fix, reverted back
TRIED build 32: updateexists is still set to true in app.vue by default when it was set that way for testing only!
set to false build 32
NOT fixed, not reverting back since it's supposed to be that way
TRY: made showrefreshui async in 5727
@@ -64,6 +78,12 @@ todo: chrome "Lighthouse" test against devops and implement recommendations
particularly favor time to first
change .png to .webp
todo: precache workbox trying to cache api routes:
workbox Precaching did not find a match for /api/v8.0/notify/new-count
workbox Precaching did not find a match for /api/v8.0/notify/hello
workbox Precaching did not find a match for /api/v8.0/logo/small
Find a way to turn off
https://developers.google.com/web/tools/workbox/modules/workbox-precaching#how_workbox-precaching_works
### SMALL QUICK ITEMS #####
todo: known issues has some efficiency settings for themes and good stuff to know, check it: https://github.com/vuetifyjs/vuetify/releases/tag/v2.3.0#user-content-known-issues