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

The extension shouldn't affect the performance when no monitors are opened #72

Merged
merged 5 commits into from
Mar 9, 2016

Conversation

zalmoxisus
Copy link
Owner

Due to Chrome restrictions, the extension is not allowed to communicate with the app's script directly, so we relay every change to the background script. By introducing new features in #60, the serialization for every change becomes slower, which is a problem when having a lot of data in states.

We want the extension not to process the changes while it is not required as most of the time we don't monitor the changes.

The problem is to support simultaneous instances in this scenario, so we need to change the way of messaging by using long-lived connections.

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

Successfully merging this pull request may close these issues.

None yet

1 participant