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

Bug -- Blink deferred a task warning #10

Closed
ryanmusante opened this issue Mar 10, 2018 · 1 comment
Closed

Bug -- Blink deferred a task warning #10

ryanmusante opened this issue Mar 10, 2018 · 1 comment

Comments

@ryanmusante
Copy link

I receive this warning from journalctl regularly. Is it something to ignore?

netflix[915]: js: Blink deferred a task in order to make scrolling smoother. Your timer and network tasks should take less than 50ms to run to avoid this. Please see https://developers.google.com/web/tools/chrome-devtools/profile/evaluate-performance/rail and https://crbug.com/574343#c40 for more information.

@gort818
Copy link
Owner

gort818 commented Mar 10, 2018

@ryanmusante Yeah you can ignore that, Blink is the rendering engine that chromium uses which QtWebEngine is based on, seems as there is a task on Netflix that slows the scrolling so the rendering engine puts a hold on the task to make it smoother.

@gort818 gort818 closed this as completed Mar 19, 2018
@ryanmusante ryanmusante changed the title Blink deferred a task warning Bug -- Blink deferred a task warning Sep 19, 2018
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