Welcome Guest Search | Active Topics | Sign In | Register

WebView WPF control load times Options
gsvi
Posted: Tuesday, October 13, 2015 2:35:58 PM
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?
eo_support
Posted: Wednesday, October 14, 2015 8:17:26 AM
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!


You cannot post new topics in this forum.
You cannot reply to topics in this forum.
You cannot delete your posts in this forum.
You cannot edit your posts in this forum.
You cannot create polls in this forum.
You cannot vote in polls in this forum.