tenox7 / wrp

Web Rendering Proxy: Use vintage, historical, legacy browsers on modern web
Apache License 2.0
1.08k stars 52 forks source link

cpu usage #41

Closed Gapstare closed 5 years ago

Gapstare commented 5 years ago

I tried wrp 3.0 beta on Raspberry Pi 3 (Raspbian Stretch) and when idle wrp uses about 10% cpu. Is there anything that can be done to lower this?

Great program by the way :)

tenox7 commented 5 years ago

Thank you for reporting. Interesting! I will look in to that!

tenox7 commented 5 years ago

ack I was able to reproduce it and not only on rpi, the issue is that chromecdp is continuously communicating with chrome browser in the background, I will open an upstream issue about this, as a workaround perhaps one browser instance could be spawned and closed per request... let me see what can be done

tenox7 commented 5 years ago

I have opened an upstream issue https://github.com/chromedp/chromedp/issues/380

tenox7 commented 5 years ago

Please test this unofficial build. It works for me. If confirmed I will make a new official build. Thanks!

http://www.tenox.net/get//wrp/wrp-linux-rpi-test and http://www.tenox.net/get//wrp/wrp-linux-test

Gapstare commented 5 years ago

Hi there! :) I've tested the new rpi version, it works great! When idle it doesn't even show up in top. Top notch work.

tenox7 commented 5 years ago

Awesome, thank you for reporting and testing! Closing the bug.