[Solved]Accuweather radar screen uses ultra high cpu
-
pdw last edited by leocg
https://www.accuweather.com/en/us/brainerd/56401/weather-radar/333828
I disabled all my extensions prior to posting.
On my W8.1 Lenovo T560 laptop with 8GB ram and 256 GB SSD, this site goes into very high cpu, 70% to 90% as monitored by sysinternals/processexcp. The web page takes a long time to process the data, which is something I've always just had to wait until it got caught up. When the page is not being displayed, the cpu goes down to normal, around 1%.
But today I noticed quite by accident that my other laptop, Lenovo T460 on Windows 7 with similar hardware does not have the high cpu problem on the very same web site. Both of these laptops are brand new but I just prefer to run older windows OS's due to my older applications that I use.
It's very strange that the T460 has no problems at all with this site.
I run my laptops very tight as monitored by processexcp and very few non-system apps are running in background.
There's no way I can monitor extension cpu use, but as stated above, I have all extensions disabled for this posting.
I would really like to know what is the cause of the high cpu.
Anyone reading this, just click the link above and look at your cpu to see if it's overly high or just nothing at all. If you have the high cpu problem, maybe you can track it down to some hardware setting, or ??? -
donq last edited by
@pdw said in Accuweather radar screen uses ultra high cpu:
There's no way I can monitor extension cpu use, but as stated above, I have all extensions disabled for this posting.
Actually you can - Opera internal Task manager displays resource usage breakdown, press Shift+Esc (inside Opera) to open it.
I would guess you have some graphic driver (in)compatibility problem.My stats - about 6% CPU / 6% GPU from that site. Old Win10, Opera dev stream.
-
burnout426 Volunteer last edited by burnout426
On both computers, goto the URL
opera://gpu
and see what's hardware-accelerated or not. It could be that hardware acceleration is working on the 460 and not on the 560. Or, maybe the 460 isn't using hardware acceleration while the 560 is and the 560 is using more CPU because of it for some odd reason.Either way, on the 560, you can goto the URL
opera://settings/system
, disable hardware acceleration, restart Opera and test things out again to see if it makes a difference.Or, with hardware acceleration turned on, you could goto the URL
opera://flags/#use-angle
, change the flag to a different value, restart Opera and see if it helps. You can also test with the flag atopera://flags/#ignore-gpu-blocklist
enabled to test if there's a difference. Revert the flag to default after you're done testing though. With each difference configuration, you can checkopera://gpu
to see what it says.The page uses up to 42% of my CPU though for a bit for what it's worth.
-
pdw last edited by
@burnout426
Thank you both. That's just the kind of info I'm looking for. I'll try this stuff and get back to you. -
pdw last edited by
@burnout426
I forgot to add; for high cpu, you have to start the time roll, by clicking the slider bar(you may have to scroll down to see it, on the left). -
pdw last edited by
@pdw
Opera://gpu shows:
T560->
Graphics Feature Status
Canvas: Software only, hardware acceleration unavailable
Canvas out-of-process rasterization: Disabled
Compositing: Software only. Hardware acceleration disabled
Multiple Raster Threads: Enabled
Out-of-process Rasterization: Disabled
OpenGL: Disabled
Rasterization: Software only. Hardware acceleration disabled
Raw Draw: Disabled
Skia Renderer: Enabled
Video Decode: Software only. Hardware acceleration disabled
Vulkan: Disabled
WebGL: Software only, hardware acceleration unavailable
WebGL2: Software only, hardware acceleration unavailable
Problems Detected
Gpu compositing has been disabled, either via blocklist, about:flags or the command line. The browser will fall back to software compositing and hardware acceleration will be unavailable.
Disabled Features: gpu_compositingT460-> the only items disabled:
Canvas out-of-process rasterization: Disabled
Vulkan: DisabledSo what does this mean????
-