find_unused_javascript
Audit a web page to identify unused JavaScript code, reducing bundle size by reporting bytes above a threshold.
Instructions
Find unused JavaScript code to reduce bundle size
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| url | Yes | URL to audit | |
| device | No | Device to emulate (default: desktop) | desktop |
| minBytes | No | Minimum unused bytes to report (default: 2048) |