Welcome Guest Search | Active Topics | Sign In | Register

EO.WebBrowser control is taking time Options
Pankaj Jindal
Posted: Monday, March 8, 2021 5:29:26 AM
Rank: Newbie
Groups: Member

Joined: 3/3/2021
Posts: 2
Hi Team,

When we are opening a URL in browser then it show quickly but EO.WebBrowser control is taking time to load and show the web page.
How we can reduce this time?

For example:
We are using below code to set a url. This will take around 10 seconds.

WebControl1.WebView.Url = "https://google.com"

When we are using our web application url with data (approx 50 records). It is taking approx. 13 seconds.
eo_support
Posted: Tuesday, March 9, 2021 2:45:08 PM
Rank: Administration
Groups: Administration

Joined: 5/27/2007
Posts: 24,217
Hi,

You will not be able to reduce the time. This delay occurs because EO.WebBrowser needs to load the browser engine. When you normally load a page in a browser it's fast because most likely the browser engine has already been loaded at that time --- for example, Windows will load core browser engine files in the background as soon as the OS starts.

Once the browser engine has been loaded, then everything should be much faster. In another word, the delay on occurs on the first request.

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.