mirror of
https://github.com/immich-app/immich.git
synced 2025-05-24 01:12:58 -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>