Page 1 of 1

CEF4Delphi settings

Posted: Mon Jan 13, 2020 10:08 am
by guido.bothur
Hi,

I would like to optimize my application and have a question due to the CEF4Delphi settings.
My application creates local html files (with jquery) and is loading them afterwords with Chromium.LoadURL.
Sometimes this works fast (< 1 s). But sometimes it takes much more time (~ 5 s).
I cannot rule out that there are other reasons for this behavior. Eg. the virus scanner.
But can you give me a brief advice how to speed up the CEF4Delphi environment in general.

Thanks in advance.

Re: CEF4Delphi settings

Posted: Mon Jan 13, 2020 3:15 pm
by salvadordf
Hi,

As far as I know, there's no optimization tips to load local files with CEF.

I can only suggest that you disable the antivirus and try several optimization tips for Windows.

Check the memory usage when that happens. Perhaps your PC is running out of memory.

Re: CEF4Delphi settings

Posted: Tue Jan 14, 2020 2:14 pm
by guido.bothur
Ok. Thank you. :)