elstoc / ecms-ui

ecms (ui)
1 stars 0 forks source link

Gallery: Better support for initial load #177

Closed elstoc closed 1 day ago

elstoc commented 4 days ago

For a new set of images, thumbnail generation takes ages, meaning that the page blanks every time a new batch of images is loaded, presumably because the api takes too long to respond.

At the very least, the previous set of images should be retained.

Perhaps the api needs to generate images immediately when started and refuse to start the api server until complete?