thielepaul / photoprism-mobile

Flutter App for PhotoPrism
GNU General Public License v3.0
896 stars 70 forks source link

Lazy loading for Photos #10

Closed thielepaul closed 4 years ago

thielepaul commented 4 years ago

Find and implement an intelligent lazy loading strategy for photo data: metadata in JSON format for a single photo is about 1.5 KB, for an instance with several thousand picture that means loading several MB, when refreshing the photo list.

A possible strategy is:

Necessary steps:

thielepaul commented 4 years ago

closed via #39