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
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.