Unblock The Tubes
Most websites built today use JavaScript. It is an essential building block of the web along with HTML & CSS. However, when it comes to performance JavaScript has one problem… it Blocks The Tubes™!
When CSS and images are included in your HTML, they are loaded asynchronously. This is not the case with JavaScript. When a JavaScript file is loaded, no other resources will be downloaded.