You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Originally posted by amirmmonir January 28, 2025
Hello Everybody,
I'm a huge fan of quasar and of how flexible and batteries included framework that rocket starts any project in no time.
I Started implementing a real world project which is very important. I used Vite CLI and SSR Mode. It was great but when it comes to measuring performance in page speed, the desktop looks good at 82% but the mobile performance indicator is disastrous at 41% !!!
I don't whether it's something I do wrong or what, but any kind of help will be very appreciated.
here is a copy of the quasar.config.ts and the performance report.
Discussed in #17796
Originally posted by amirmmonir January 28, 2025
![image](https://private-user-images.githubusercontent.com/165389364/407467442-7d22efc9-2de6-4d81-99e2-d02ada4c87b0.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3Mzk0NjQwNTIsIm5iZiI6MTczOTQ2Mzc1MiwicGF0aCI6Ii8xNjUzODkzNjQvNDA3NDY3NDQyLTdkMjJlZmM5LTJkZTYtNGQ4MS05OWUyLWQwMmFkYTRjODdiMC5wbmc_WC1BbXotQWxnb3JpdGhtPUFXUzQtSE1BQy1TSEEyNTYmWC1BbXotQ3JlZGVudGlhbD1BS0lBVkNPRFlMU0E1M1BRSzRaQSUyRjIwMjUwMjEzJTJGdXMtZWFzdC0xJTJGczMlMkZhd3M0X3JlcXVlc3QmWC1BbXotRGF0ZT0yMDI1MDIxM1QxNjIyMzJaJlgtQW16LUV4cGlyZXM9MzAwJlgtQW16LVNpZ25hdHVyZT0zMjFjODdlZjhhNjEyYmNiODk4ZDNiZjgyZDBiZTA5MGE5ZjdhOWZkMTY5OTZkZjM3MGQ0NmMxZmRjYjJkNDJiJlgtQW16LVNpZ25lZEhlYWRlcnM9aG9zdCJ9.a_NKX4DHiDnVWtHHwttw62uErl0KAbPvMEpQDPAnVC4)
Hello Everybody,
I'm a huge fan of quasar and of how flexible and batteries included framework that rocket starts any project in no time.
I Started implementing a real world project which is very important. I used Vite CLI and SSR Mode. It was great but when it comes to measuring performance in page speed, the desktop looks good at 82% but the mobile performance indicator is disastrous at 41% !!!
I don't whether it's something I do wrong or what, but any kind of help will be very appreciated.
here is a copy of the quasar.config.ts and the performance report.
`
/* eslint-env node */
// Configuration for your app
// https://v2.quasar.dev/quasar-cli-vite/quasar-config-js
import { configure } from 'quasar/wrappers';
import { mergeConfig } from 'vite';
export default configure((ctx) => {
return {
preFetch: true,
boot: ['app-setup', { path: 'error-handler', server: false }],
};
});
`
The text was updated successfully, but these errors were encountered: