[PR #509] [MERGED] Use CachedNetworkImage and separate cache for thumbnails on library page #8645

Closed
opened 2026-02-05 13:50:49 +03:00 by OVERLORD · 0 comments
Owner

📋 Pull Request Information

Original PR: https://github.com/immich-app/immich/pull/509
Author: @matthinc
Created: 8/21/2022
Status: Merged
Merged: 8/21/2022
Merged by: @alextran1502

Base: mainHead: dev/library-page-caching


📝 Commits (3)

  • 1d0a18a Use CachedNetworkImage and separate cache for thumbnails on library page
  • e951497 Use caching for shared albums as well
  • 3ac7e2f Introduce cache service

📊 Changes

7 files changed (+81 additions, -30 deletions)

View changed files

📝 mobile/lib/modules/album/ui/album_thumbnail_card.dart (+20 -11)
📝 mobile/lib/modules/album/views/library_page.dart (+3 -0)
📝 mobile/lib/modules/album/views/sharing_page.dart (+14 -14)
mobile/lib/shared/services/cache.service.dart (+21 -0)
📝 mobile/lib/utils/image_url_builder.dart (+21 -4)
📝 mobile/pubspec.lock (+1 -1)
📝 mobile/pubspec.yaml (+1 -0)

📄 Description

Small but effective performance improvements on the sharing- and library page.


🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.

## 📋 Pull Request Information **Original PR:** https://github.com/immich-app/immich/pull/509 **Author:** [@matthinc](https://github.com/matthinc) **Created:** 8/21/2022 **Status:** ✅ Merged **Merged:** 8/21/2022 **Merged by:** [@alextran1502](https://github.com/alextran1502) **Base:** `main` ← **Head:** `dev/library-page-caching` --- ### 📝 Commits (3) - [`1d0a18a`](https://github.com/immich-app/immich/commit/1d0a18a9df1b1c67950e956aa4994c51f2bdb6b2) Use CachedNetworkImage and separate cache for thumbnails on library page - [`e951497`](https://github.com/immich-app/immich/commit/e951497bb19c44d4a8ea5b393b2cc51b78fc3b54) Use caching for shared albums as well - [`3ac7e2f`](https://github.com/immich-app/immich/commit/3ac7e2fc476f794329c76d6c6a512bdd83394c62) Introduce cache service ### 📊 Changes **7 files changed** (+81 additions, -30 deletions) <details> <summary>View changed files</summary> 📝 `mobile/lib/modules/album/ui/album_thumbnail_card.dart` (+20 -11) 📝 `mobile/lib/modules/album/views/library_page.dart` (+3 -0) 📝 `mobile/lib/modules/album/views/sharing_page.dart` (+14 -14) ➕ `mobile/lib/shared/services/cache.service.dart` (+21 -0) 📝 `mobile/lib/utils/image_url_builder.dart` (+21 -4) 📝 `mobile/pubspec.lock` (+1 -1) 📝 `mobile/pubspec.yaml` (+1 -0) </details> ### 📄 Description Small but effective performance improvements on the sharing- and library page. --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
OVERLORD added the pull-request label 2026-02-05 13:50:49 +03:00
Sign in to join this conversation.
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: immich-app/immich#8645