Related to #107 we get long running tasks which is possibly due to svg update robots call updating all 1k robots, can break this up in a few ways detailed in https://web.dev/optimize-long-tasks/#manually-defer-code-execution
The async await yield main seems like one potential approach
Related to #107 we get long running tasks which is possibly due to svg update robots call updating all 1k robots, can break this up in a few ways detailed in https://web.dev/optimize-long-tasks/#manually-defer-code-execution
The async await yield main seems like one potential approach