---
title: >-
  Debug your Liquid render performance using Shopify Theme Inspector for Chrome
  - Shopify developer changelog
description: >-
  Shopify’s developer changelog documents all changes to Shopify’s platform.
  Find the latest news and learn about new platform opportunities.
source_url:
  html: >-
    https://shopify.dev/changelog/debug-your-liquid-render-performance-using-shopify-theme-inspector-for-chrome
  md: >-
    https://shopify.dev/changelog/debug-your-liquid-render-performance-using-shopify-theme-inspector-for-chrome.md
metadata:
  effectiveApiVersion: ''
  affectedApi: []
  primaryTag:
    displayName: Tools
    handle: tools
  secondaryTag:
    displayName: New
    handle: new
  indicatesActionRequired: false
  createdAt: '2019-12-13T11:11:26-05:00'
  postedAt: '2020-01-14T00:00:00-05:00'
  updatedAt: '2024-02-02T10:04:55-05:00'
  effectiveAt: '2020-01-14T00:00:00-05:00'
---

January 14, 2020

Tags:

* Tools

# Debug your Liquid render performance using Shopify Theme Inspector for Chrome

The [Shopify Theme Inspector for Chrome](https://chrome.google.com/webstore/detail/shopify-theme-inspector-f/fndnankcflemoafdeboboehphmiijkgp) is a Chrome DevTool plugin that lets you benchmark your Online Store’s Liquid performance, pinpoint Liquid performance issues in your theme, and test improvements for faster server response times.

* This tool helps you visualize results as a flame graph which is readable and easy to understand.
* You can examine the flame graph nodes to localize performance issues down to the exact file and line.
* A code snippet link will open up to the exact line of Liquid in your admin code editor so you can view and edit the code in context.

If you'd like to learn more, contribute a feature, open an issue, or make a feature request, check out the [Shopify Theme Inspector Github repository](https://github.com/Shopify/shopify-theme-inspector).
