Wpf - Browser resize sluggish #4392
Replies: 2 comments
-
That looks perfectly normal to me. A Google maps page in Chrome responsive design mode, is about the same speed. There's a lot of network traffic on resize. |
Beta Was this translation helpful? Give feedback.
-
In future if you open a
As @aimcosoftware has pointed out
Depending on your hardware/environment then Make sure you have an app.manifest with compatibility entries to ensure You can try disable-gpu-vsync command line arg. There are also some command line args shown in the source that might yield a performance increase in some scenarios. CefSharp/CefSharp.Core/CefSettingsBase.cs Line 446 in 7edc164 See https://github.com/cefsharp/CefSharp/wiki/General-Usage#offscreen-rendering-osr for a brief explanation of how the If you want to have a look at the rendering implementation yourself the current default implementation is WritableBitmapRenderHandler. You can implement your own render handler if required. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everyone,
we are facing very slow and sluggish resizing performance with the wpf cefsharp control (latest stable version 109).
As you can see in the video attached the webbrowser is inside an usercontrol that is resized using touch manupulation.
Is there a way to get faster resizing or synchronizing the control and the browser?
The issue seems related to the windowless framerate parameter, if it is set to something slow like 5 the lag get much worse but we can't above 60 unfortunately.
Any help?
Thanks
2023-02-07.16-12-27.mp4
Beta Was this translation helpful? Give feedback.
All reactions