-
Notifications
You must be signed in to change notification settings - Fork 3
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 serious hangs #140
Comments
@DwayneCoussement |
@DwayneCoussement HF version 3.2.1 was released. please install and reopen this ticket if needed! |
in addition to that is will be highly recommended to change the integration with an addition flag as below: let options = PendoOptions() this flag is meant to reduce the texts collection via reflection and base text collection on accessibility elements only. this was done in our latest 3.2.1 HF fix, please try upgrading and let us know with your results. |
While it seriously improved a lot, it's still too slow, my UI still has hangs that are not there when I remove Pendo. I applied the options mentioned above; but I do hope that more improvements are coming. What I know see is that |
@DwayneCoussement |
In general our main concern (at least the one we noticed was during page change). and that what we attempt to resolve ( the |
@DwayneCoussement |
or if your app is available on App Store we can check it on our own. (we might need creds if we dont have an option to login, and access to that specific ui content) |
We struggle with just the same problem now. For some reason Pendo crashes when it tries to access CGPoint with a negative value - during orientation change most probably. @MikePendo - was it raised since May maybe? |
@Szpyrol
|
Platform + Version
iOS 17
SDK Version
3.2.0
Framework
Native, SwiftUI
Describe the bug
Have a bit of a more complex SwiftUI view, notice that the Pendo SDK is slowing down the whole application (serious hangs if you attach it to the Time profiler)
To Reproduce
Not sure what's the easiest way to reproduce, but having Pendo active and a bit of a more complex view (a gridview) that does some updates makes Pendo using a lot of time
Expected behavior
The performance is the same with the Pendo SDK, as it is without it, no serious hangs.
Additional context
The text was updated successfully, but these errors were encountered: