Ioannis J

Results 43 comments of Ioannis J

@finder39 and I assume on latest version? I'll push some exploratory changes on Monday probably, would you be okay guys if I ping you then so you can test them...

Hey all, I pushed some changes on [investigate/session-replay-perf](https://github.com/PostHog/posthog-ios/tree/investigate/session-replay-perf) branch. When you have a moment, could you please: - Point your dependency to that branch - Test whether the performance issues...

> I can test back on the original hardware/OS if you'd like. That would be helpful, yes 🙏 > It seems to be doing generation of the screenshot off the...

Hey everyone, I’ve just pushed a couple of commits to [investigate/session-replay-perf](https://github.com/PostHog/posthog-ios/tree/investigate/session-replay-perf) with an experimental config option: `config.sessionReplayConfig.enableBackgroundSnapshotCapture = true` This flag enables snapshotting on a background thread instead of the...

@finder39 @katcinskiy Yeah, this is by no means production ready. Since UIKit APIs aren’t thread-safe, capturing snapshots off the main thread is technically risky. That’s why I’m mostly interested in...

@theoks Hey Theo — I’ve been discussing this with the team to figure out how we can prioritize it. I expect to start working on it fairly soon - I'll...

Hey everyone, sorry to hear this is becoming a problem for you guys - I'll work on a quick fix I spotted tomorrow which I hope will help a bit....

Possible fix that can help with this [here](https://github.com/PostHog/posthog-ios/pull/364) - pending review from the team. If you’re able to test it directly from that PR in your apps before we merge,...

@theoks is this a native app? SwiftUI? On which device are you testing?

Hey @Kolisnyk9 đź«  sorry to hear that. I'll have another crack at this tomorrow with a new approach and I'll come back to you soon!