quasarframework / quasar-template-pwa

[DEPRECATED] Quasar PWA Boilerplate / Starter kit
http://quasar-framework.org
MIT License
43 stars 6 forks source link

A problem about events in quasar #3

Open georgetassiano opened 7 years ago

georgetassiano commented 7 years ago

In Lighthouse report a problem of good practice described in the link below when using quasar for the development of PWA. I'm working on fixing the problem at the quasar's core. https://developers.google.com/web/tools/lighthouse/audits/passive-event-listeners

matheus-rossi commented 7 years ago

Hello George!

What's the actual score of this template ? I tried implementing in my own, but my performance is always terrible.

https://matheus-lean.herokuapp.com/#/ https://github.com/matheus-rossi/lean-tools

georgetassiano commented 7 years ago

Hi matheus-rossi, you need use code splitting in your webpack project. your perfomance will better

georgetassiano commented 7 years ago

With code splitting my performance has reached 90%. I believe that by solving the problem pointed out here, the perfomance increases a little more. But the quasar is always heavier on the first screen print. @matheus-rossi

georgetassiano commented 7 years ago

For comparison, framework 7 performs much lower than quasar even though with the initial kit