Rank: Newbie Groups: Member
Joined: 10/8/2015 Posts: 6
|
Hello,
I have noticed a couple of post how to speed up the load times of the WebView WPF control. Is there a consolidated, recommended approach to make the control load as fast as possible?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,229
|
Hi,
There are two things:
1. Make sure you are running the latest build. The latest build loads much faster than early builds (especially comparing to EO.WebBrowser 2014); 2. If that is still not enough, you will need to consider pre-load. You can use the ThreadRunner object to create an invisible WebView in the background when your application starts. Note that this only works if you do not need the WebView immediately after your application starts. The reason is the first time a WebView is created it takes longer because it has to intialize internal data;
Hope this helps.
Thanks!
|