I'm evaluating EO WebBrowser for our WPF application. I'm noticing higher CPU utilization compared to Chrome, especially we notice this on 4K monitors.
On 4K monitor, open the Wpf TabbedBrowser sample application. Open 4 tabs and load a url (we used
www.wonderware.com) on each tabs. And notice the CPU usage which is peaks up to 90% every few seconds.
On the same monitor, open Chrome with 4 tabs pointing to same url and notice the CPU stays less than 10%.
Are there any known issues or any tweaks that can be done to reduce the CPU utilization?