gbv / coli-conc.gbv.de

project coli-conc homepage
https://coli-conc.gbv.de/
5 stars 4 forks source link

Improve site performance issues related to fonts and images #66

Open stefandesu opened 2 years ago

stefandesu commented 2 years ago

https://pagespeed.web.dev/report?url=https%3A%2F%2Fcoli-conc.gbv.de%2F reports a performance score of 92 which definitely is good, but could be improved. In particular, it points out the following issues:

Some of these should be easily fixed, but especially the image-related issues might involve some technical changes. Ideally, we'd have an easy workflow to throw in any kind of image file and have a script that optimizes it in all the ways we need.

In my opinion, this is low priority since the score is already very good, but it should be kept in mind.

stefandesu commented 1 year ago

For images, we could additionally add something like https://github.com/evanw/thumbhash to have tiny-sized previews that can be shown as placeholders before images are loaded.