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
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.
The text was updated successfully, but these errors were encountered:
👋🏼
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.
The text was updated successfully, but these errors were encountered: