SmilyOrg / photofield

Experimental fast photo viewer.
MIT License
402 stars 7 forks source link

Large collections #10

Closed SmilyOrg closed 2 years ago

SmilyOrg commented 2 years ago

Loading large collections can be way faster now (loads at 100k-1000k or more photos / second).

Collections of more than 100M photos should also work, but as I don't have that many photos I've only been able to try it by adding a hack to repeat a 40k collection thousands of times.

There is a frontend-based loader now while a scene is loading. This makes it more obvious what's going on without checking the logs. PhotofieldMillions2

Image/video thumbnails/variants have been refactored to fix some issues with the previous setup. The configuration has changed slightly to support this. Video thumbnails should also show up faster and throw fewer errors in the logs now.