resource_analysis
Analyzes a webpage's resource usage: total transfer size, requests count, type breakdown, top 10 largest resources, and render-blocking resources. Identifies what makes the page heavy.
Instructions
Full resource breakdown of a page: total transfer size, breakdown by type (JS, CSS, images, fonts), number of requests, top 10 largest resources, and render-blocking resources. Helps identify what is making your page heavy.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL of the page to analyze resources (e.g., http://localhost:3000) |