Blocking JavaScript


"Render blocking JavaScript" means that there is JavaScript on that page that is blocking the render of the webpage from completing. When one optimizes the critical rending path, the JavaScript that needs to load first is prioritized while the rest loads later. Google Page Speed Guidelines recommends only loading the JavaScript that is needed.