Large html list element

Hi,

I am searching a way to create a timeline with a div element for each seconds for a day which mean 86400 elements…

Is there a way to generate this html fastly ?

Thanks in advance.

I can’t suggest how you might create the elements efficiently, but I did run into performance issues when I added stimulus to an application that generates SVG charts for time series data. As a temporary fix I stopped and restarted stimulus around the DOM changes so stimulus didn’t have to process the mutation events. Is it safe to stop and start stimulus?