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

High CPU #277

Open
Miloune opened this issue Feb 20, 2018 · 3 comments
Open

High CPU #277

Miloune opened this issue Feb 20, 2018 · 3 comments

Comments

@Miloune
Copy link

Miloune commented Feb 20, 2018

Hello,

On a fresh Raspbian, I've installed X11, XINIT, i3 and Kweb. Using Kweb in a kiosk mode pointing at my Dashticz URL. Dashticz is using 100% of my CPU.
Actually my raspberry power isn't that good, but still decent to run any other webpage without using 100% of the CPU.
Is any configuration I can customize to tweak my RP and use less CPU?

Here is my actual configuration:

config['domoticz_ip'] = '...';
config['app_title'] = 'Dashticz';
config['domoticz_refresh'] = '5';
config['dashticz_refresh'] = '60';
config['standby_after'] = 1;
config['language'] = 'en_US';
config['timeformat'] = 'DD-MM-YY HH:mm';
config['calendarformat'] = 'dd DD.MM HH:mm';
config['auto_positioning'] = 0;
config['use_favorites'] = 0;
config['hide_seconds'] = 0;
config['hide_seconds_stationclock'] = 0;
config['last_update'] = 0;
config['hide_topbar'] = 1;

Regards

@Failure404
Copy link

Hi, I am also experiencing high CPU usage on an older Intel quadcore desktop using Chrome.
Quite frustrating, I spent a week setting up everything to my needs, just to find out that its continously using 25% CPU in Chrome.

@aiolos
Copy link
Contributor

aiolos commented Mar 13, 2018

I also experience some high CPU sometimes. I can't completely point it yet, but the weather icons seem to cause some of it, if you have a forecast block, you can at least disable the rotating icons. You can do that by adding the following to your CONFIG.js:

config['static_weathericons'] = true;

I'm investigating where the rest of the high cpu comes from.

@robgeerts
Copy link
Collaborator

Could you test this with latest beta?

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

4 participants