-
Notifications
You must be signed in to change notification settings - Fork 51
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
Increase Lighthouse Score #93
Comments
@Alonski can you generate a report from another project to use as a comparison/baseline? |
@GCheung55 It seems that my laptop is quite unperformant 😅 |
I did a comparison with the main frameworks and here are my results:
Essentially Vue is the one to aim for but we could make some tweaks and pass Angular if we wanted to 👍 |
Running the pages via https://web.dev/measure/ might provide more consistent results than our own computers. It'll generate reports we can download too. |
Possible changes we can make:
|
I guess it's probably worth defining what we mean by "Lighthouse Score" in this context 🤔 I would assume that we're only focusing on Performance (because that's what comparison blogs focus on) but I guess it makes sense to also fix any low hanging fruit on other audits 🤔 Also, I'm not entirely sure how much of an impact any of these things would have. Especially considering that the main things that are blocking high performance are third party resources (external CSS). How do other apps get around this? |
Maybe we could load the external CSS lazily :) |
Currently, our Lighthouse score is quite low: 61 in Incognito.
According to this blog post some of the RealWorld examples have a score of 99:
https://www.freecodecamp.org/news/a-realworld-comparison-of-front-end-frameworks-with-benchmarks-2019-update-4be0d3c78075/
We should work to improve our score. I am sure that there are low hanging tasks that we can do to increase this.
Here is the full report that I generated:
Lighthouse Report.pdf
The text was updated successfully, but these errors were encountered: