Skip to content

Commit 2e8acfb

Browse files
romtsnjas-kas
andauthored
Update docs/product/explore/session-replay/mobile/performance-overhead.mdx
Co-authored-by: Jasmin <[email protected]>
1 parent ea752e5 commit 2e8acfb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/product/explore/session-replay/mobile/performance-overhead.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ There is virtually no overhead from the SDK during application start up. It perf
3737

3838
### Main Thread
3939

40-
The SDK performs only the bare minimum on the main thread to capture a new frame for the replay (a screenshot and a view hierarchy snapshot) before immediately switching to a background thread for post-processing tasks. These tasks include masking screenshots, storing them in the disk cache, or encoding a video segment. This process occurs at most once per secondk, and it can be even less frequent depending on the frame rate setting.
40+
The SDK performs only the bare minimum on the main thread to capture a new frame for the replay (a screenshot and a view hierarchy snapshot) before immediately switching to a background thread for post-processing tasks. These tasks include masking screenshots, storing them in the disk cache, or encoding a video segment. This process occurs at most once per second, and it can be even less frequent depending on the frame rate setting.
4141

4242
The SDK also monitors view tree changes, and if no changes have occurred since the last frame capture, it reuses the previously captured data, completely avoiding any work on the main thread.
4343

0 commit comments

Comments
 (0)