batch_profile
Profile multiple Shopify pages in a single call to compare render times and find the slowest pages. Returns a sorted summary for up to 10 page paths.
Instructions
Profile multiple pages on the same store in a single call. Returns a summary comparison of all pages sorted by render time. Useful for finding the slowest pages on a site. Maximum 10 pages per call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| storeUrl | Yes | The Shopify store URL | |
| pagePaths | Yes | Array of page paths to profile (e.g., ['/', '/collections/all', '/products/my-product']) |