Shopify

Liquid (Shopify Templating Language)

Liquid is the open-source templating language created by Shopify. It's the code that makes Shopify themes dynamic — allowing themes to display product names, prices, images, and other store data by inserting Liquid tags ({{ }}) and blocks ({% %}) into HTML files.

Why It Matters for Shopify Stores

Understanding Liquid matters because it's the foundation of every Shopify theme customization. When you need to add custom schema markup, modify how images are rendered, or change how product data displays, you're editing Liquid files. Complex or inefficient Liquid can slow down page rendering on Shopify's servers, contributing to higher TTFB. While you don't need to be a developer to run a Shopify store, understanding Liquid basics helps you make smarter decisions about theme customization and app selection.

How to Check Your Store

In Shopify Admin > Online Store > Themes > Actions > Edit Code. You'll see all the Liquid files that make up your theme. Key files include product.liquid (or product.json in OS2.0), layout/theme.liquid, and snippets/.

How to Fix It

N/A — Liquid is a tool, not an issue. If you have performance concerns related to Liquid, work with a Shopify developer to audit theme code efficiency, reduce redundant for-loops, and minimize data fetching in templates.

Related Terms

Check your store's Liquid with our free tools

Get a full audit across all 6 performance categories — including shopify — in under 60 seconds.

Run a Free Store Audit