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

System CPU consumption Bug #44

Open
narinder9 opened this issue Jun 9, 2018 · 3 comments
Open

System CPU consumption Bug #44

narinder9 opened this issue Jun 9, 2018 · 3 comments

Comments

@narinder9
Copy link

narinder9 commented Jun 9, 2018

It is increasing System CPU usage upto 80%. Please check below share screenshot.
https://drive.google.com/file/d/1ZmGwzrb0aF5ZkZtwZj4emzQgQxSkgVxn/view?usp=sharing

We are only using web-ticker on this page and it has increased CPU speed 80% .
Please open this link :-http://cryptowidgetpro.coolplugins.net/ticker/ and check your CPU usage.

Thanks in Advance For quick solution.

@agelessZeal
Copy link

agelessZeal commented Jul 20, 2018

I have fixed the issue using this webticker.
At first, unminify the library and add below code.

s.css("transform", "translateZ(0)"),

After adding the code, cpu usage has been decreased.

webticker.zip

In the zip file, jquery.webticker.min.js is old library with a lot of usage and jquery.webticker.js is good one with small usage.
Thank you.

@agelessZeal
Copy link

jquery.webticker.zip
Please check above one.
That is the same one with small usage.
you can get above one adding below code to jquery.webticker.js.
Line230,
$mask.css('transform','translateZ(0)');

image

@ehewlett3
Copy link

Tried @Mingming924's fix, but it didn't seem to make a difference (other than changing the appearance of the text).

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

3 participants