Replies: 1 comment 5 replies
-
Converted to Discussion as this is unlikely a bug in There are quite a number of pieces of the Bug Report Template you skipped over.
As per the Bug Report Template. Have you tested with the current supported version?
Did you test with the
Make sure your application has an [app.manifest(https://github.com/cefsharp/CefSharp/wiki/Quick-Start-For-MS-.Net-4.x#40-add-appmanifest-to-your-application) with the compatibility entries so Test with the
How does
Tried what exactly? Just linking to a discussion doesn't tell me exactly what you have tried. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, recently i've looking for the solution for my app high CPU usage. I ended up with the conclusion that the URL web page is the main reason and im using WinForms with CefSharp.
What version of the product are you using?
Nuget Version : 105.3.330
What architecture x86 or x64?: x86
On what operating system? : Win 10 x64
Are you using WinForms, WPF or OffScreen? : WinForms
What steps will reproduce the problem?
The URL i have problem with:
HIGH CPU URL
This will cause high CPU & RAM usage when navigate to this URL.
My CefSharp command lines im using:
settings.CefCommandLineArgs.Add("disable-image-loading", "1");
settings.CefCommandLineArgs.Add("--disable-notifications");
settings.CefCommandLineArgs.Add("--use-gl=swiftshader");
settings.CefCommandLineArgs.Add("--disable-gpu");
What is the expected output? What do you see instead?
Expected LOW CPU usage. I only see high cpu usage.
What i've tried:
#3892
Beta Was this translation helpful? Give feedback.
All reactions