Skip to main content
Run any Skill in Manus
with one click
$pwd:

profile-optimizer

// Analyzes React DevTools Profiler exports or Chrome DevTools Performance traces, identifies the highest-impact bottlenecks (long tasks, expensive renders, layout thrash, wasted memoisation, blocking scripts), and proposes concrete code fixes ranked by measured impact. Auto-detects the input format (React `.json` profile vs Chrome trace `.json` / `.cpuprofile`). Iterates via the `/confidence` skill — if root-cause certainty is below 90%, it digs deeper before recommending a fix. Use when handed a profile file, asked "why is this slow?", or asked to optimise a hot path with evidence. Triggers on "analyze profile", "react profiler", "chrome performance", "optimize from profile", "profile this", "why is this slow", "/profile-optimizer".

$ git log --oneline --stat
stars:0
forks:0
updated:May 6, 2026 at 15:35
File Explorer
10 files
SKILL.md
readonly