diff --git a/Modules/Sources/JetpackStats/Screens/TrafficTabView.swift b/Modules/Sources/JetpackStats/Screens/TrafficTabView.swift index e9be8f120b6d..ee6483deae06 100644 --- a/Modules/Sources/JetpackStats/Screens/TrafficTabView.swift +++ b/Modules/Sources/JetpackStats/Screens/TrafficTabView.swift @@ -21,7 +21,7 @@ struct TrafficTabView: View { var body: some View { ScrollViewReader { proxy in ScrollView { - VStack(spacing: Constants.step3) { + LazyVStack(spacing: Constants.step3) { cards buttonAddChart timeZoneInfo diff --git a/RELEASE-NOTES.txt b/RELEASE-NOTES.txt index b97f270e1236..2532da8ba574 100644 --- a/RELEASE-NOTES.txt +++ b/RELEASE-NOTES.txt @@ -1,6 +1,6 @@ 27.3 ----- - +* [*] Stats: Improve performance when opening the Stats screen [#25938] 27.2 -----