-
Notifications
You must be signed in to change notification settings - Fork 32
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Integration with Quasar and Tailwind #1204
Comments
Hello @diegogava, Basically it looks good. It's important that there is no longer a red dot under Diagnostic ;) Unfortunately I can't see the full result in your screenshot. I suspect the problem is in the hosting, for example text compression. |
Hi @ThornWalli, Thank you for your reply! I uploaded this project in Vercel (ignore Vuetify name, because it is from another project, but the code is the same as this repo): https://vuetify-nuxt-speedkit-lka9nfui8-diegogavas-projects.vercel.app/ I use pagespeed to perform some tests, check it out: Is there a way to improve FCP and LCP? You can check the Vercel URL in the pagespeed! |
Hello @diegogava, I made a fork (https://github.com/ThornWalli/nuxt-quasar-tailwind-booster) and made some adjustments:
Result: https://pagespeed.app.baqend.com/test/ Jumps with the performance values, average should be taken. The materialiconsfonts (>100kb) can still cause problems. Quasar and Vuetify are not really suitable for the pagespeed case 😉 |
Hello @ThornWalli Thank you for the reply! Your tips are amazing! I already merged your fork into my project. I added a header in the layouts/default.vue and changed the theme, then I ran the PageSpeedInsight and got the following results: Site: https://nuxt-quasar-tailwind-booster.vercel.app Code: https://github.com/diegogava/nuxt-quasar-tailwind-booster Is there some framework that is better for performance (Vuetify, Quasar, PrimeVue, etc.)? Or is not having any framework is the better solution? Best regards! |
Environment
Nuxt: 3.15.2
Nuxt Booster: 3.1.10
Quasar: 2.12.0
Nuxt Quasar ui: 2.1.9
Vue: 3.5.13
Browsers: Chrome 131.0.6778.265
OS: Windows 10
Expected Behavior
Expected Google Lighthouse performance higher than 90
Actual Behavior
Reproduction Link
https://github.com/diegogava/nuxt-quasar-tailwind-booster
Other comments
Can someone look at my project and see what I am doing wrong?
The text was updated successfully, but these errors were encountered: