Is there a way to slow down the responsiveness of the client (browser)?
One of our testers can reproduce slowness on his machine. His car is quite low and looks like many real customers. We have a thick client, javascript is heavy, a lot of event handling. We fear that regression may occur, but it is immune to development machines.
The problem is text writing on input controls, tabs around the application seem to be delayed, and text writing sometimes omits the first character typed by the user.
Development cannot reproduce, is there a way to slow down the client or browser?
source share