Page 1 of 1

Is it possible to set priority in different chrmosrs?

Posted: Sun Mar 09, 2025 2:43 am
by tad.chen
Hi,

In my app, I uses several OSR chrmosrs which are working at the same time. This causes the response of chrmosr which is using by user currently becomes slower sometime.

Can I set priority for each chrmosr?

Re: Is it possible to set priority in different chrmosrs?

Posted: Sun Mar 09, 2025 10:48 am
by salvadordf
I don't recall any setting to change the browser priority but you can try some alternative optimization tricks.

If the user doesn't need to see all the browsers at the same time then hide the browsers without focus.

You can also try reducing the browser resolution or skip drawing some frames of unfocused browsers in the TChromiumCore.OnPaint event.

You may also reduce the default frame rate in TChromiumCore.InitializeSettings.

Re: Is it possible to set priority in different chrmosrs?

Posted: Mon Mar 10, 2025 2:20 am
by tad.chen
Thank you for your information! I'll try it.