chrome_perf_analyzer
Installation
SKILL.md
Chrome Performance Trace Analyzer
Analyze Chrome DevTools Performance trace JSON exports to answer questions about network requests, timing, and performance bottlenecks.
Workflow
- User uploads a Chrome Performance trace (.json) to the Working Folder
- Use
trace_summaryto get an overview of the trace - Use specific tools to investigate:
trace_network- All network requeststrace_network_window- Network requests in a time rangetrace_long_tasks- Main thread blocking taskstrace_slowest- Slowest events overalltrace_filter- Custom filtering