Page 1 of 1

How to improve performance

Posted: Mon Oct 02, 2023 10:26 am
by tad.chen
Hi,

I find that chrome runs a bit faster than cef based browser, and it seams that chrome uses less memory and CPU resource too.

Is that true? Is there detailed performance data of chrome vs cef?

My browser runs in OSR mode. How to improve performance and reduce memory and CPU usage?

Re: How to improve performance

Posted: Mon Oct 02, 2023 11:39 am
by dilfich
Most likely, it seems that the load of memory as well as the processor depends on the resource you are working with.
The screenshot shows the idle mode, but everything is already clear from memory.

https://postimg.cc/67G11rrC

Re: How to improve performance

Posted: Mon Oct 02, 2023 12:20 pm
by salvadordf
Hi,

CEF Browsers in OSR mode will always be slower than CEF browsers in normal mode.

The last time I run some speed tests to compare Chrome with MiniBrowser which uses a CEF browser in normal mode showed similar results.

Re: How to improve performance

Posted: Tue Oct 03, 2023 3:06 am
by tad.chen
Thank you for your information.