huridocs / uwazi

Uwazi is a web-based, open-source solution for building and sharing document collections
http://www.uwazi.io
MIT License
242 stars 80 forks source link

Improve images performance by adding thumbnails #7457

Open txau opened 2 days ago

txau commented 2 days ago

When using a media field, if the content is an image, that full sized image is used for rendering the cards in the library. IMO we create and use a thumbnail instead, since even a simple library page with 30 cards and 30 image previews (ie. 2MB high res images), the user would need to load 60MB to see that page.

This may be slowing down the user perceived performance even with smaller images (ie, that same page with 250kb images is still ~8MB just in images).