Skip to content

Commit

Permalink
Update src/docs/product/session-replay/performance-overhead.mdx
Browse files Browse the repository at this point in the history
Co-authored-by: Ryan Albrecht <ryan.albrecht@sentry.io>
  • Loading branch information
billyvg and ryan953 committed Jul 17, 2023
1 parent 3ea1478 commit 0c39a79
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/docs/product/session-replay/performance-overhead.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ Session Replay works by observing and recording changes to your web application'

Performance overhead depends on the complexity of your application. Applications with a large DOM and numerous DOM node mutations will have a higher overhead than a more simpler and mostly static site. The only way to get accurate overhead metrics is to measure it yourself. We have written a blog post, [Measuring Session Replay Overhead](https://sentry.engineering/blog/measuring-session-replay-overhead), that outlines how you can get started measuring overhead of Replay on your applications without deploying to production. We measured the overhead of the Replay SDK on Sentry's web UI using the methodology from the blog. Here are the results (median values are shown):

| metric | Without Sentry | Sentry SDK only | Sentry + Replay SDK |
| Metric | Without Sentry | Sentry SDK only | Sentry + Replay SDK |
| -------------------------------- | -------------- | --------------- | ------------------- |
| Largest Contentful Paint (LCP)\* | 1336.05 ms | 1896.80 ms | 1643.00 ms |
| Cumulative Layout Shift (CLS) | 0.39 ms | 0.39ms | 0.39 ms |
Expand Down

0 comments on commit 0c39a79

Please sign in to comment.