Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign updebug logs take too much CPU time #285
Closed
Labels
Comments
This comment has been minimized.
This comment has been minimized.
|
This is done now. |
This comment has been minimized.
This comment has been minimized.
|
And a new version of https://instant.io is deployed with the changes. |
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Enabling debugging in the browser (with
localStorage.debug = '*') kills performance on https://instant.io.I believe this is mostly due to stringifying huge objects like
Buffer/Uint8Array. Let's do something about this.