Positioning Inline Scripts | High Performance Web Sites →
Inline scripts block rendering, just like external scripts, but are worse. External scripts only block the rendering of elements below them in the page. Inline scripts block the rendering of everything in the page.
Be careful when using inline scripts, even the ones for async loading of external scripts.