I'm trying to replicate a bug which the client has reported, it's the "this script is running slow" notification which appears in IE due to it's extremely slow JS/DOM parsing.
This doesn't occur on my virtualbox IE6 ( client has IE6 ) nor does it work on a test machine I have ( some mac mini ).
I can guarantee that there's a lot of JS happening though, and there's lots of HTML being processed after being retrieved using XHR, in addition a lot of JS operating on the appended DOM elements after that. I can't possibly post the entire script, but I'm confident I could easily track the issue down but I want to reproduce this to play around with optimizing it.
This is a really high profile client so I can't just get on the phone or IM and speak to them. Are there any ways I could slow down my machine in order to reproduce this bug? Or should I just stick to asking for the client's computer specifications and try to get access to an older computer which would have a more likely chance of reproducing the issue? Or even use something like browsercam?
Another idea I thought about would be sort of, making the JS operate even more, in order so I do get the issue and try to optimize my code so even with my additional code it won't post the script notification error.
I'd appreciate any advice.