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

Ensure that the first time a page is opened, it's scanned as soon as possible #306

Closed
matatk opened this issue Mar 25, 2019 · 0 comments
Closed
Assignees
Milestone

Comments

@matatk
Copy link
Owner

matatk commented Mar 25, 2019

There's an optimisation in #273 for situations in which the user is moving between tabs rapidly, i.e. via the keyboard. In this case, a one-second timer starts when the page becomes visible, and a scan is only done if the page is still visible after that. This seems like a nice touch, but it has a downside: currently that same timer applies when a page is first loaded, and that is making the extension feel a bit slower compared to how it used to feel.

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

No branches or pull requests

1 participant