-
Notifications
You must be signed in to change notification settings - Fork 12
Description
👋🏼
I just visited walleth on my mobile and thought the app was broken because loading the website took 20 seconds (connection problems). I went to my computer and noticed that there's several MBs of images downloaded. To test for optimization quickly, I uploaded one to tinypng.com and found that it could be further optimized for web usage.
To improve the load speed of the website I can recommend minimizing the website's images. There are tools like imagemin that allow you to optimize the image's size while keeping the perceived quality. I guess this could even be done automatically with a GitHub Action.
In general, I can recommend following the guidelines of PageSpeed Insights to improve the website user experience, but that's outside of this issue's scope.
Let me know if PRs are welcome.