export_profile
Profile a Shopify page and export performance data as speedscope, CSV, or markdown reports for visualization, analysis, or sharing.
Instructions
Profile a page and export the results in a specified format. Supported formats: 'speedscope' (JSON for speedscope.app visualization), 'csv' (spreadsheet-friendly), 'markdown' (shareable report with tables, recommendations, and severity badges). Can save to a file or return inline.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | Yes | Export format: 'speedscope', 'csv', or 'markdown' | |
| pagePath | No | The page path to profile (defaults to '/') | |
| storeUrl | Yes | The Shopify store URL | |
| outputPath | No | Optional file path to save the export. If omitted, returns content inline. |