immich/mobile/lib/widgets
Toni 59fa8fbd0e
perf(mobile): remove small thumbnail and cache generated thumbnails (#17792)
* Remove small thumbnail and cache generated thumbnails

* Creating the small thumbnails takes quite some time, which should not be underestimated.
* The time needed to generate the small or big thumbnail is not too different from each other. Therefore there is no real benefit of the small thumbnail and it only adds frustration to the end user experience. That is because the image appeared to have loaded (the visual move from blur to something better) but it's still so bad that it is basically a blur. The better solution is therefore to stay at the blur until the actual thumbnail has loaded.
* Additionaly to the faster generation of the thumbnail, it now also gets cached similarly to the remote thumbnail which already gets cached. This further speeds up the all over usage of the app and prevents a repeatet thumbnail generation when opening the app.
* Decreased the quality from the default 95 to 80 to provide similar quality with much reduces thumbnail size.
* Use try catch around the read of the cache file.
* Use the key provided in the loadImage method instead of the asset of the constructor.

* Use userId instead of ownerId

* Remove import

* Add checksum to thumbnail cache key
2025-04-23 10:31:35 -05:00
..
activities feat(mobile): use Weblate for i18n (2) (#17620) 2025-04-15 15:54:26 +00:00
album feat(mobile): use Weblate for i18n (2) (#17620) 2025-04-15 15:54:26 +00:00
asset_grid feat(mobile): use Weblate for i18n (2) (#17620) 2025-04-15 15:54:26 +00:00
asset_viewer feat(mobile): use Weblate for i18n (2) (#17620) 2025-04-15 15:54:26 +00:00
backup chore(mobile): clear the backup detail view when no backup is in progress (#17619) 2025-04-15 11:30:24 -05:00
common perf(mobile): remove small thumbnail and cache generated thumbnails (#17792) 2025-04-23 10:31:35 -05:00
forms feat: add oauth2 code verifier 2025-04-23 15:08:11 +01:00
map feat(mobile): map improvements (#17714) 2025-04-21 05:55:13 +00:00
memories chore: flutter 3.29.1 (#16730) 2025-03-10 21:46:36 -05:00
photo_view fix(mobile): fix typos (#16456) 2025-03-01 20:06:47 +00:00
search feat(mobile): map improvements (#17714) 2025-04-21 05:55:13 +00:00
settings feat(mobile): use Weblate for i18n (2) (#17620) 2025-04-15 15:54:26 +00:00
shared_link feat(mobile): use Weblate for i18n (2) (#17620) 2025-04-15 15:54:26 +00:00