You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Current behaviour of gallery.py reindexes all saved outputs before serving each page. The intent is to allow a simple page refresh to suffice for new saved outputs to show up in the gallery viewer. Current logic does not scale well w/ number of saved outputs however; at ~500 total images saved, reindexing saved outputs before serving each page takes ~5s.
The text was updated successfully, but these errors were encountered:
Users with large numbers of saved outputs will still see the gallery viewer take a long time to start as saved outputs are indexed. After the gallery viewer is initialized, refreshing / switching between pages will be near instantaneous as intended.
Current behaviour of
gallery.py
reindexes all saved outputs before serving each page. The intent is to allow a simple page refresh to suffice for new saved outputs to show up in the gallery viewer. Current logic does not scale well w/ number of saved outputs however; at ~500 total images saved, reindexing saved outputs before serving each page takes ~5s.The text was updated successfully, but these errors were encountered: