Came across this weird SwiftUI bug that was messing up performance.
Turns out Lists in SwiftUI (on iOS) do not truly lazy load if a section is used. It's been years since SwiftUI launched and embarrassing performance issues like these is why I regret using SwiftUI. Basic things require a workaround.
cc @dimillian
