immich/mobile/lib/providers/image
Toni 1de2eae12d
perf(mobile): remove load of thumbnails in the image provider (#17773)
Remove loading of thumbnail in the image provider

* Removed the load of the thumbnail from the local and remote image provider as they shall provide the image, not the thumbnail. The thumbnail gets provided by the thumbnail provider.
* The thumbnail provider is used as the loadingBuilder and the image provider as the imageProvider. Therefore loading the thumbnail in the image provider loads it a second time which is completely redundant, uses precious time and yields no results.

Co-authored-by: Alex <alex.tran1502@gmail.com>
2025-04-23 13:55:51 +00:00
..
cache feat(mobile): add additional request headers (#10588) 2024-06-26 19:31:55 +00:00
exceptions refactor(mobile): services and providers (#9232) 2024-05-02 15:59:14 -05:00
immich_local_image_provider.dart perf(mobile): remove load of thumbnails in the image provider (#17773) 2025-04-23 13:55:51 +00:00
immich_local_thumbnail_provider.dart fix(mobile): use immutable cache keys for local images (#17794) 2025-04-23 02:32:03 +00:00
immich_remote_image_provider.dart perf(mobile): remove load of thumbnails in the image provider (#17773) 2025-04-23 13:55:51 +00:00
immich_remote_thumbnail_provider.dart refactor: asset media endpoints (#9831) 2024-05-31 13:44:04 -04:00