Render-blocking resources
Render-blocking resources are CSS or JavaScript files that delay a webpage from displaying content because the browser must load and process them first.
Optimizing these resources, like by minifying code or using asynchronous loading, can speed up page rendering.