Optimize the images in the site taking up a large portion of space
- Dominant language
- CSS
- Stars
- 1
- Forks
- 5
- PR merge metrics
- No merged PRs in 30d
Description
One thing we can get a win on is moving all the .png and .jpg files to webp. currently they take up a lot of space and are bloating the git repo a lot (over 75% of the used space).
Currently planned after the migration and 1-to-1 compatibility with the old site.
```
$ fd . -e png -e jpg -X du -csh
89M total
```
Contributor guide
No contributing guide indexed for this repository
Research direction
Start by running the issue's fd and du command to inventory the .png and .jpg assets and establish the current total size. Check the migration and old-site compatibility work first, then verify that the image set has been converted without breaking the site and that repository usage is reduced.
Written by the indexing model from the issue text.
Assessment
- Domain
- performance
- Issue type
- Refactor
- Difficulty
- 3/5
- Estimated time
- 1-2 days
- Activity status
- Quiet
- Clarity
- Mostly clear
- Newbie friendliness
- 45/100