Igalia / wolvic-chromium

The official GitHub mirror of the Chromium source
https://chromium.googlesource.com/chromium/src/
BSD 3-Clause "New" or "Revised" License
11 stars 6 forks source link

A noticeably worse performance (compared to gecko) when enabling passthrough in Pico 4 #112

Open rafi16jan opened 3 months ago

rafi16jan commented 3 months ago

When comparing latest gecko Wolvic to Wolvic chromium 0.9.1, browsing regular webpage is noticeably slower than the gecko version. What is probably the root cause of the issue?

svillar commented 3 months ago

I've also noticed that, we'd need to figure out because the web engine should not be affected by enabling passthrough

jdagdelen commented 6 days ago

Enabling passthrough may be lowering the CPU level on the system. I don't know exactly for Pico but it does that on Quest.

rafi16jan commented 5 days ago

Enabling passthrough may be lowering the CPU level on the system. I don't know exactly for Pico but it does that on Quest.

Then why the gecko version not affected? Does gecko utilizes lower cpu usage?