Find performance bottlenecks fast
perfcommandsetup L3★14
RUNSTR-LLC/RUNSTR ↗What it does
Run parallel performance audit discovering render, query, memory, and bundle issues
Best for
Full-stack mobile perf audit when you need to find unbounded queries and memory leaks simultaneously
Inputs
- · src_directory
Outputs
- · metrics_report
- · five_parallel_agent_findings (render|query|memory|startup|bundle)
Requires
- · Bash
- · grep
- · Task_MCP
Preconditions
React Native project structure with src/screens and src/services; grep available
Failure modes
Grep patterns miss edge cases, agents timeout, false positives on related-but-safe patterns
Trust signals
- · Five specialist agents run in parallel
- · Severity ratings (CRITICAL|HIGH|MEDIUM|LOW)
- · Estimated impact (rows/requests/memory)