We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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 current version has some serious performance issues.
I created a jsfiddle to demonstrate the problem:
https://jsfiddle.net/honsa/e7wjvmLb/3/
After page load the whole page is blocked for more than 3sec.
Here is the developer tools performance report:
https://chromedevtools.github.io/timeline-viewer/?loadTimelineFromURL=https://gist.github.com/honsa/e9ae7b7b008f7ad5a2739061fa0e3a46/raw/0b93e524582e9d206f90f2ffe12dd04828e2b6c6/gistfile1.txt
Profile-20170901T175757.zip
The text was updated successfully, but these errors were encountered:
At this point, could performance be improved in Chrome-based browsers by utilizing OffscreenCanvas?
OffscreenCanvas
Sorry, something went wrong.
I updated the fiddle with new pictures, same experience in up to date chrome
No branches or pull requests
The current version has some serious performance issues.
I created a jsfiddle to demonstrate the problem:
https://jsfiddle.net/honsa/e7wjvmLb/3/
After page load the whole page is blocked for more than 3sec.
Here is the developer tools performance report:
https://chromedevtools.github.io/timeline-viewer/?loadTimelineFromURL=https://gist.github.com/honsa/e9ae7b7b008f7ad5a2739061fa0e3a46/raw/0b93e524582e9d206f90f2ffe12dd04828e2b6c6/gistfile1.txt
Profile-20170901T175757.zip
The text was updated successfully, but these errors were encountered: