Skip to content
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

Optimize images for web #12

Open
TimDaub opened this issue Mar 16, 2021 · 8 comments
Open

Optimize images for web #12

TimDaub opened this issue Mar 16, 2021 · 8 comments

Comments

@TimDaub
Copy link

TimDaub commented Mar 16, 2021

👋🏼

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.

@TimDaub
Copy link
Author

TimDaub commented Jun 24, 2021

I assume u want the eagle image separate from the PR, so here's the eagle image already. You're welcome

Eagle_on_roots_-crop_3(430008061)

@TimDaub
Copy link
Author

TimDaub commented Jun 29, 2021

I'll deliver don't worry...

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants
@TimDaub and others