PageSpeed: Render-Blocking Resources

Lighthouse flags scripts and stylesheets in the critical path that must download and execute before pixels hit the screen. Moving non-critical JavaScript to defer or module graphs, and trimming unused CSS, improves LCP and FCP.

Server-side, enable compression and HTTP/2 multiplexing so blocking resources at least transfer quickly. SpeedFixer ties each failing audit to stack snippets.

Nginx PageSpeed.

Open SpeedFixer →