get_profile_history
View profiling history for a store to track performance trends, showing how render times change over time and measure the impact of optimizations.
Instructions
View profiling history and performance trends for a store. Shows how render times have changed over time. Every profiling call is automatically saved to history. Use this to track the impact of optimizations.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Maximum number of history entries to return (default: 10) | |
| pagePath | No | Filter history to a specific page path. If omitted, lists all profiled pages. | |
| storeUrl | Yes | The Shopify store URL | |
| clearHistory | No | Set to true to clear history for this store/page. |