find_slow_templates
Identify which Liquid templates and sections render slower than a set threshold, helping diagnose theme performance issues.
Instructions
Identify Liquid templates and sections that are taking longer than a specified threshold to render. Requires OAuth2 authentication.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pagePath | No | The page path to profile | |
| storeUrl | Yes | The Shopify store URL | |
| thresholdMs | No | Threshold in milliseconds. Defaults to 50ms. |