Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SwiftUI performance issue in 3.1.0/3.2.0 (iPads) #142

Closed
MikePendo opened this issue May 13, 2024 · 0 comments
Closed

SwiftUI performance issue in 3.1.0/3.2.0 (iPads) #142

MikePendo opened this issue May 13, 2024 · 0 comments
Labels
bug Something isn't working Resolved The issue is Resolved and marked for better clarity SwiftUI Platform/Framework

Comments

@MikePendo
Copy link
Contributor

MikePendo commented May 13, 2024

Platform + Version
IOS 16 + 17

SDK Version
3.1.0, 3.2.0

Framework
Swift UI

Describe the bug
We had a bug that might impose performance issue when opening swiftUI pages.

Resolution
Please use the latest SDK 3.2.1

In addition please use the following flag in your integration if possible to improve any potential performance issues (in case you noticed one ):

let options = PendoOptions()
options.configs = ["enableTextCollectionSwiftUI":false]
PendoManager.shared().setup(prodAppKey,with: options)

The reason behind this flag is to skip the hashed text collection as in some cases in might be slightly expensive.
The Hashed text collection will be based on accessibility labels/hints/identifiers and other parameters instead of the actual texts.

@MikePendo MikePendo added the bug Something isn't working label May 13, 2024
@MikePendo MikePendo pinned this issue May 13, 2024
@MikePendo MikePendo changed the title SwiftUI performance issue in 3.20 SwiftUI performance issue in 3.2.0/3.2.1 May 13, 2024
@MikePendo MikePendo added SwiftUI Platform/Framework Resolved The issue is Resolved and marked for better clarity labels May 13, 2024
@MikePendo MikePendo changed the title SwiftUI performance issue in 3.2.0/3.2.1 SwiftUI performance issue in 3.2.0/3.1.0 May 13, 2024
@MikePendo MikePendo changed the title SwiftUI performance issue in 3.2.0/3.1.0 SwiftUI performance issue in 3.1.0/3.2.0 May 13, 2024
@MikePendo MikePendo changed the title SwiftUI performance issue in 3.1.0/3.2.0 SwiftUI performance issue in 3.1.0/3.2.0 (iPads) Oct 29, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working Resolved The issue is Resolved and marked for better clarity SwiftUI Platform/Framework
Projects
None yet
Development

No branches or pull requests

1 participant