Home · Teo Comyn · Shopify

Monolithic JS bundle (> 500 KB)

Shopify mistakes

What it means

One large JS bundle ships to every page, loading code that is never used on that view.

Why it happens on Shopify

No code splitting in the custom stack; heavy Shopify themes may ship unused JS.

Related issues