Connect & Get help from fellow developers on our Discord community.
Ask the Community
Web SDK - Performance Impact
Learn how the Web SDK impacts the performance of your webpage
The SDK has the smallest possible impact on your page’s performance. Here is why:
- The integrated
<script>
snippet loads the SDK asynchronously. The browser’s rendering process is not blocked. If you value perfect bug reports over optimizing performance for internal testing deployments, it is possible to remove theasync
attribute from the code snippet to ensure that a larger part of the page load process can be recorded. - SDK only loads and executes the specific code required to provide the requested functionality. At page load, the SDK loads single digit kilobytes of script and styles required for bootstrapping the SDK and for showing the bug reporting button. In the default settings, only when the end-user starts to interact with the SDK, the code required to record and report sessions is loaded. This code only runs when a user records and reports an issue (enabling the optional instant replay feature causes recording to start after SDK initialization).
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
We're sorry to hear that. Please share your feedback so we can do better
Contact our Support team for immediate help while we work on improving our docs.
We're continuously improving our docs. We'd love to know what you liked
Thank you for your valuable feedback!