⚑Performance

The Rewind feature in BetterBugs functions using the Document Object Model (DOM) of a website. Rewind captures HTML snapshots of the DOM, which then gets stored in your browser's local storage. These snapshots get updated every two minutes with the latest ones, thereby working in the background to keep your local storage updated with the latest HTML snapshots.

If you encounter an issue while running your app or a website in the browser and need a video of what just happened, these HTML snapshots are combined to create a screen recording, allowing you to generate a video of the last two minutes of browser activity.

Capturing HTML snapshots, saving them to local memory, and updating them regularly are in fact memory-intensive processes for the browser. However, we've made sure there are no performance hiccups in your browser while using the Rewind feature for most websites.

But, if you enable Rewind on memory-gobbling sitesβ€”like those with lots of animations, frequent data updates, or high-volume exchanges such as stock markets and crypto platformsβ€”your browser's performance might be affected due to constant DOM snapshotting.

However, if your system is powerful enough with decent memory capacity, you can use Rewind with minimal performance issues on heavier websites too.

NOTE: By default, Rewind is turned disabled for all websites.

How to Manually Add A Website for β€œRewind”

To add a website manually to the list of websites with Rewind enabled:

  1. Open the extension

  2. Click the Settings cog wheel βš™ from the top right of the extension

  3. Enter the website address in the Allowed websites β€œfor Rewind” box

  4. Hit β€œAllow”

The website gets added to the β€œAllowed websites” list.

NOTE: You can enable Rewind for up to three domains.

If you already have three websites in the list using the Rewind features, you’ll have to remove a website from the β€œAllowed websites” list and add a new one.

Last updated