Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Extremely slow browsing. #3

Open
aeschylus opened this issue Mar 2, 2014 · 1 comment
Open

Extremely slow browsing. #3

aeschylus opened this issue Mar 2, 2014 · 1 comment

Comments

@aeschylus
Copy link
Member

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.

@mekarpeles
Copy link
Contributor

Also, on restart, the content script gets run to every page (including screen captures)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants