tOOlmaRR / web-slideshow

a web application to display custom slideshows in a browser for locally-stored photos
0 stars 0 forks source link

Image Load and Performance Optimization #3

Closed tOOlmaRR closed 2 years ago

tOOlmaRR commented 4 years ago

Generate the HTML for the current slide dynamically on each refresh so that images don't all need to be loaded right away (this will also keep the DOM smaller). Run some tests to ensure that this is indeed more performant. The goal of this task is to ensure that hundreds of high-resolution images don't take minutes to load and consume huge amounts of memory.

tOOlmaRR commented 2 years ago

This was completed as part of the new DB-based slideshow in version 4.0 but still needs to be implemented for the file-based slideshow. A new task was created for this ( #39 ), marking this as complete.