Rank: Advanced Member Groups: Member
Joined: 5/6/2016 Posts: 30
|
Hi,
I have an application which is using a lot of WebViews, there can be 30-40 WebViews simultanously. But not all of them are visible, only about 5-6 WebViews are visible at the same time. Is there a way to Pause the rendering on non-visible WebViews, or tell the WebView to reduce FPS until it became visible?
Thank you for the answer in advance.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
Unfortunately we do not have any interface to explicitly control that. I believe Chromium already have some kind of optimization in place for invisible WebViews. However it may be a good idea for you to consider reducing the number of WebViews. Chromium is designed to be a desktop interactive application so over 30 to 40 WebViews may be pushing the boundary for the browser engine.
Thanks!
|