You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The plugin can often bring browsing to a halt. This probably has something to do with when the content script is being injected/when the events to collect data are being handled. If an event handler is being fired in the middle of a page load, the handler will block the load, and user actions, until it is finished.
Investigate encapsulating some of the event handling in worker threads. The problem is exacerbated when the database is turned on.
The text was updated successfully, but these errors were encountered:
The plugin can often bring browsing to a halt. This probably has something to do with when the content script is being injected/when the events to collect data are being handled. If an event handler is being fired in the middle of a page load, the handler will block the load, and user actions, until it is finished.
Investigate encapsulating some of the event handling in worker threads. The problem is exacerbated when the database is turned on.
The text was updated successfully, but these errors were encountered: