HackTimer icon indicating copy to clipboard operation
HackTimer copied to clipboard

Causes deferred long-running timer task(s) error.

Open farazappy opened this issue 8 years ago • 5 comments

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.

farazappy avatar Jun 12 '16 06:06 farazappy

Could you provide some more information

  • browser version
  • used libraries (jQuery, ...)
  • demo page to reproduce issue

turuslan avatar Jun 13 '16 07:06 turuslan

Google Chrome 51.0.2704.84 (Official Build) m (32-bit)

Using jQuery with some other plugins.

Demo Page: I can personal message you.

farazappy avatar Jun 13 '16 08:06 farazappy

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.

farazappy avatar Jun 14 '16 06:06 farazappy

Did you find issue on mobile device with touchscreen or desktop pc?

Could you please send me e-mail ([email protected]) with demo page?

turuslan avatar Jun 14 '16 16:06 turuslan

I found this issue on a mobile device with a touch screen, Yes! Desktop Mode woks flawlessly!

farazappy avatar Jun 14 '16 17:06 farazappy