Built version of pwa slow #9346
Unanswered
MitchellMonaghan
asked this question in
CLI - PWA mode
Replies: 1 comment 8 replies
-
@MitchellMonaghan haven't experienced such, but you seem to be using an outdated version of @quasar/app while using a much later version of quasar. try upgrading it https://quasar.dev/quasar-cli/app-upgrade-guide |
Beta Was this translation helpful? Give feedback.
8 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I made a PWA and it is way slower running the built version of the app than the dev version. Same api, same data, same machine the quasar build -m pwa one is drastically slower and I don't know why, its always consuming a high amount of cpu.
"quasar": "^1.15.4"
"@quasar/app": "^1.8.6"
Does anyone know what would cause this? For example simply clicking a button that shows/hides content with v-if takes 7 seconds on the prod version of the site but on dev it works instantly. I spent all day trying to investigate/track this down but I haven't been successful.
Beta Was this translation helpful? Give feedback.
All reactions