Large html list element

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?