Rank: Newbie Groups: Member
Joined: 6/27/2018 Posts: 1
|
I am noticing a significant difference in performance when loading the same url in an EOBroswer when the control is used in a windows application versus a class library. The browser loads in about 8 seconds when the exe runs but it takes 30 seconds when using the dll. Why? Is there something I can do to improve the performance when it is used in the dll? The same url loads in about 5 seconds in Chrome.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,347
|
Hi,
There shouldn't be anything that make any of such difference at all just between a regular app and a class library. After all EO.WebBrowser itself is provided as a class library. The difference must be something else. For example, they could have different network speed, or the web server could have responded them differently, or the cache location could be different --- whatever it maybe it can not be due to an exe or a DLL.
Thanks!
|