--- 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 --- [Back to Developer changelog](https://shopify.dev/changelog) 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).