mirror of
https://github.com/immich-app/immich.git
synced 2025-07-08 10:44:15 -04:00
* perf(mobile): optimize date loading with batch loading Introduce DateBatchLoader to reduce the number of database queries by loading dates in batches, improving performance when querying large lists. * remove unused totalCount parameter from DateBatchLoader --------- Co-authored-by: Alex <alex.tran1502@gmail.com>