waschinski / photo-stream

Self-hosted, super simple photo stream
https://github.com/waschinski/photo-stream
MIT License
452 stars 71 forks source link

PageCrypt breaks lazyload #54

Closed ElFishi closed 1 year ago

ElFishi commented 1 year ago

In order to control the access to my photo-stream I implemented PageCrypt as described here.

Now I have very long loading times: Once the page is decrypted my browser not only loads all /tint/ files (this happens also w/o PageCrypt) but after that also all /large/ image files.

Can anyone confirm this behaviour? Is there a way to correct it?