You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
By default, Browservice uses CPU-based rendering for maximum compatibility, and also because Browservice is anyway inherently a highly inefficient way to show the browser view (due to all frames being compressed as images, transported over network and shown by another browser). If you really want the rendering inside Browservice to use GPU, you could try to add the --chromium-args=use-gl=desktop command line option. But as I explained, I expect the bottlenecks to be elsewhere; you'll probably get bigger speedups by changing the image compression from PNG to a lower quality JPEG compression (e.g. 80) using the selector in the top right corner or the --vice-opt-default-quality=80 command line option.
Browservice doesn't want to use any of my gpu make the experience slow. it's using only my cpu.
The text was updated successfully, but these errors were encountered: