Use this skill when performance findings need evidence from Chrome instead of code inspection alone.
Default Flow
- Start from the exact URL and device profile that reproduces the problem.
- Record a baseline with
lighthouse_auditorperformance_start_traceandperformance_stop_trace. - Drill into the highest-signal issue first, then inspect network, DOM, or scripts only as needed.
- After code changes, rerun the same scenario and compare the results.
Tool Selection
lighthouse_auditfor quick page-level diagnostics and report output.performance_start_traceandperformance_stop_tracefor deeper timing analysis.performance_analyze_insightto drill into a specific DevTools insight.emulateto keep device, network, CPU, and viewport conditions consistent.
Working Rules
- Keep the scenario deterministic: one URL, one interaction path, one device profile.
- Save traces and reports to files when they are large.
- Treat LCP, CLS, and INP as user-path problems; connect each finding to the specific element, request, or script that caused it.
- Avoid mixing unrelated experiments in one trace.
Expected Output
Return the problem, the evidence, the likely cause, and the concrete code area to change before proposing fixes.
Source: hashgraph-online/awesome-codex-plugins → plugins/win4r/chrome-devtools-codex-plugin/skills/chrome-performance/SKILL.md