Rank: Advanced Member Groups: Member
Joined: 3/13/2017 Posts: 33
|
Hi:
I am using the WebBrowser plugin in my app. I have updated to the most recent version of your plugin.
The initial Load time for my app varies widely: On a Desktop Windows 10 with 8gb RAM, it took an average of 45 seconds, through a wired Ethernet connection. On a Laptop Windows 10 with 8gb RAM, it took an average of 11 seconds, through a wireless connection to the same modem.
Any explanation why there is such a wide difference? Is there a recommended startup process/code to load a Webview in a Visual Studio form?
Thanks!
Kim
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,225
|
Hi,
There are many factors that can impact the load time and there is no way to clearly tell you which one without having actually debugging through it. Both CPU and disk can play a big part. Additionally, local disk cache can also affect the load time significantly. One thing that may give you some hint about which resource is the bottleneck is to use task manager to observe system CPU/memory/disk usage while it's being loaded. That might point you to the right direction.
Thanks!
|