Files are making visitors wait before they can see anything on your page — like someone blocking the door before letting customers in. These are usually scripts or stylesheets that load before anything is shown.
On WordPress
Autoptimize or WP Rocket can automatically defer and combine CSS/JS files. Enable "Optimize JavaScript" and "Optimize CSS" in either plugin's settings.
On Shopify
In your theme.liquid file, add defer to <script> tags. Use Shopify's script tag API to control when scripts load rather than including them in the HTML directly.
Pro tip: Google Fonts is one of the most common render blockers. Replace it with font-display: swap and preconnect, or switch to a system font stack for maximum speed.
SiteSprout scans your site, tells you which issues you actually have in plain English, and keeps watch so nothing breaks silently.
Scan your site free