Download and execute JavaScript on user interaction.. Join our Facebook Group, community of WordPress speed enthusiasts... Flying Scripts delay the execution of JavaScript until there is no activity. You can specify keywords to include JavaScripts to be delayed. There is also timeout which executes JavaScript when there is no user activity.. By delaying the execution of JavaScript, you're prioritizing and giving more resources to JavaScript files. This way you will reduce time, time to interactive, first CPU, Potential input delay etc. This will also reduce initial payload to browsers by reducing the no of requests..
Read more