HackTimer
HackTimer copied to clipboard
Causes deferred long-running timer task(s) error.
When using HackTimer.js, In my browser's console a warning is logged :
Deferred long-running timer task(s) to improve scrolling smoothness. See crbug.com/574343.
And The whole website lags.
Any fix for this?
Using latest File.
Could you provide some more information
- browser version
- used libraries (jQuery, ...)
- demo page to reproduce issue
Google Chrome 51.0.2704.84 (Official Build) m (32-bit)
Using jQuery with some other plugins.
Demo Page: I can personal message you.
I just added console.log(time);
here :
if(data.hasOwnProperty('time')) { time = data.time; console.log(time); }
And when monitoring on chrome, the time that is being logged is nice at some parts but at some parts it's 1000,2000,3000 and even 4000ms which I think is causing the long-running timer task(s) error because as I read on the forums if time is >50ms it will cause the issue.
Did you find issue on mobile device with touchscreen or desktop pc?
Could you please send me e-mail ([email protected]) with demo page?
I found this issue on a mobile device with a touch screen, Yes! Desktop Mode woks flawlessly!