Open the Link Open the Developer console And type setInterval(() => {var a = Date.now(); while(Date.now() - a < 1000);},3000) Open the performace monitor in the browser And you will see the below CPU usage pattern