Skip to content

Commit 6252573

Browse files
romtsnjas-kas
andauthored
Update docs/platforms/react-native/session-replay/performance-overhead.mdx
Co-authored-by: Jasmin <[email protected]>
1 parent 7c8c7e3 commit 6252573

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/platforms/react-native/session-replay/performance-overhead.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ description: "Learn more about how enabling Session Replay impacts the performan
77

88
The only way to get accurate metrics is to measure performance overhead yourself. You can apply realistic access patterns against your own application, and correlate that to your own topline business metrics. You can learn more about the various optimizations implemented in the React Native Replay SDK in the [Replay Performance Overhead](/product/explore/session-replay/mobile/performance-overhead/) documentation.
99

10-
The React Native Replay SDK is a lightweight wrapper around the native iOS and Android SDKs, so its overhead is negligible compared to the native SDKs, making it not worth separate measurement. Below are the benchmark results for each respective platform.
10+
The React Native Replay SDK is a lightweight wrapper around the native iOS and Android SDKs, so its overhead is negligible compared to the native SDKs, making it not worth a separate measurement. Below are the benchmark results for each respective platform.
1111

1212
We measured the overhead using the [Pocket Casts iOS](https://github.com/Automattic/pocket-casts-ios) and [Pocket Casts Android](https://github.com/Automattic/pocket-casts-android) open-source apps respectively, which include a diverse set of components such as ViewControllers and SwiftUI screens. The benchmarks were conducted with full masking enabled, using optimized release builds, and running through the same user flow 10 times. This approach ensured the measurements closely reflect the overhead in a real-world application. Here are the results (median values are shown):
1313

0 commit comments

Comments
 (0)