Performance issues with browser scripting methods on some machines
Hi Community,
I have a very strange issue here. In our traditional HI client (ActiveX) we have some buttons with browser script code. Processing of those methods recently started to show a huge delay on some computers. A button click which previously took a fraction of seconds, now takes up to 10 seconds on some machines.
I investigated the code and found that especially theApplication().GetProfileAttr() having big delay on some machines, while it runs very fast on others.
Upon investigating further, I created the following code to get the execution time for a single "GetProfileAttr" call from browser script and executed this using F12 debugger in IE8: