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.
|
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!
|