This site is using significant amounts of energy

This site is using significant amounts of energy

Author
Discussion

Henners

Original Poster:

12,230 posts

194 months

Sunday 2nd September 2018
quotequote all


Any idea what this means? (Other than the the obvious wink )

Thanks

Edited by Henners on Sunday 2nd September 09:08

TooMany2cvs

29,008 posts

126 months

Sunday 2nd September 2018
quotequote all
Henners said:


Any idea what this means?

Thanks
Your browser's telling you that the page is making it work too hard.

Install an ad-blocker.

bitchstewie

51,212 posts

210 months

Sunday 2nd September 2018
quotequote all
TooMany2cvs said:
Your browser's telling you that the page is making it work too hard.

Install an ad-blocker.
Even with an ad-blocker it's literally nuts the amount of CPU a PH tab uses in Chrome if you look in Chrome's task manager.

anonymous-user

54 months

Sunday 2nd September 2018
quotequote all
Does it happen all the time or only occasionally?

If the latter, most likely it’s a dodgy advert which has got past the advertising companies processes - dodgy as in badly put together or as in actually malicious, probably crypto currency mining.

Scrump

22,012 posts

158 months

Sunday 2nd September 2018
quotequote all
Happens all the time on my work PC even though ads are blocked.
If I open more than a couple of PH tabs the laptop really slows down.

Henners

Original Poster:

12,230 posts

194 months

Sunday 2nd September 2018
quotequote all
Only recently started.

Am running Wipr, have been for a while.

Asking as its the first time I've seen it, on any web page.

Alucidnation

16,810 posts

170 months

Sunday 2nd September 2018
quotequote all
Must admit I browse mainly on my phone and over the last week or so, I’ve noticed the battery is a lot less at the end of the day than it was before, and that’s with the same usage time.

WinstonWolf

72,857 posts

239 months

Monday 3rd September 2018
quotequote all
Yup, PH is CPU intensive. My MBP gets seriously hot when I'm browsing PH, close PH and the CPU throttles back...

jeremyc

23,468 posts

284 months

Monday 3rd September 2018
quotequote all
Install a JavaScript blocker plug-in for your browser.

You'll lose a little functionality, but JavaScript can generally be re-enabled quickly when you need it.

I use Disable JavaScript for Firefox which is both browser tab and site specific, and has a handy on/off button in address bar. smile


768

13,681 posts

96 months

Tuesday 25th September 2018
quotequote all
I think it's this... at least in part.

https://static.pistonheads.com/5620/Assets/bundles...

{{{
function i() {
var n = $(".breadcrumb-toolbar p:first, .breadcrumb ul, #breadcrumb ul, .breadcrumb-toolbar");
n.length > 0 ? n.appendTo($("#navComponent .innerContent")) : setTimeout(function() {
i()
}, 1)
}
}}}

i.e. it checks the DOM, then waits a millisecond before doing it again. Looks like a bag of st to me.

Code inserts seem as fked as everything else.

768

13,681 posts

96 months

Sunday 30th September 2018
quotequote all
tumbleweed

WinstonWolf

72,857 posts

239 months

Wednesday 10th October 2018
quotequote all
CPU is going mental on my MBP, fans on, as soon as I close PH it returns to normal.

PH is using 50% of the CPU on Chrome task manager!


IIIRestorerIII

842 posts

228 months

Wednesday 10th October 2018
quotequote all
Thread was started 2nd September so over a month and I am able to replicate the issue suggesting there is not intention to fix this issue anytime soon. I have adblocker installed and even disabled the acceptable ads filter but I saw the CPU spiking on active PH pages.

Based on what 768 mentioned above I have gone into javascript settings and added [*.]pistonheads.com to the block list. CPU usage has gone down considerably now.

Chrome and MBP by the way.

CrutyRammers

13,735 posts

198 months

Wednesday 10th October 2018
quotequote all
768 said:
I think it's this... at least in part.

https://static.pistonheads.com/5620/Assets/bundles...

{{{
function i() {
var n = $(".breadcrumb-toolbar p:first, .breadcrumb ul, #breadcrumb ul, .breadcrumb-toolbar");
n.length > 0 ? n.appendTo($("#navComponent .innerContent")) : setTimeout(function() {
i()
}, 1)
}
}}}

i.e. it checks the DOM, then waits a millisecond before doing it again. Looks like a bag of st to me.

Code inserts seem as fked as everything else.
Lolwut. That's retarded. Jquery is great but it has lead to some appalling coding practices.