Have your say in Community Polls: What was/is your greatest motivation to start your own business?

How to overrun template maximum file size of 256kB?

How to overrun template maximum file size of 256kB?

EvgeniyOrlov
New Member
5 0 0

I try to inline javascript but run into the 256 kB limit of the theme.liquid template.

Is it possible to overrun this limit? How?

Replies 3 (3)

oreoorbitz
Shopify Partner
261 31 133

You can't.
I have a client where the css is inlined, to handle this I setup a build process to split the file in half into two seperate snippets.

You could take this same approach with JS, however, it's possible the JS will break if you just split it right in half, so you will have to be careful.

 

Available for pagespeed consulting
https://www.upwork.com/freelancers/~01a19b6cd90193f4f6?viewMode=1&s=1017484851352698949
EvgeniyOrlov
New Member
5 0 0

could you post some documentation where I can read more about this limit? 

oreoorbitz
Shopify Partner
261 31 133

There isn't any official shopify documentation I could find.

Available for pagespeed consulting
https://www.upwork.com/freelancers/~01a19b6cd90193f4f6?viewMode=1&s=1017484851352698949