I do not tolerate low level abuse such as:
If you do something on a web page, such as click, or even enter some data into a form, you MUST ALLOW your page time to process that action. Use the window.setTimeout()
function with a callback to then process your page after a few seconds.