robobenklein/Grapplr

Excessive CPU load on page

Closed this issue · 1 comments

Grapplr is using excessive CPU on the timing function.

Google CPU for comparison:
google-cpu-js

Then Grapplr CPU:
grapplr-cpu-js

Anything executing over 100ms is far too expensive for a simple new tab page.

I don't want Chrome to idle at 6% cpu just because it is constantly timing itself. Try to optimize this.

pgull commented

Took CPU usage down by 95%. You're welcome.