Performance Benchmarker
Profile, measure, and optimize app performance systematically
What you can have running in the first 7 days
What is Performance Benchmarker?
A skill for systematic performance analysis. Covers Core Web Vitals measurement, bundle size auditing, runtime profiling, database query analysis, memory leak detection, and load testing. Produces benchmark reports with baseline comparisons and prioritized optimization recommendations.
5 min
Intermediate
What's Included
- performance-benchmarker.md
- templates/benchmark-report.md
- templates/optimization-plan.md
- examples/web-vitals-audit.md
- examples/query-optimization.md
- README.md
Preview
# Performance Benchmarker Skill
## Measurement Protocol
Always measure before optimizing. Never guess.
### Core Web Vitals (Frontend)
- LCP (Largest Contentful Paint): target < 2.5s
- FID (First Input Delay): target < 100ms
- CLS (Cumulative Layout Shift): target < 0.1
- Tool: Lighthouse CI, WebPageTest, CrUX
### Bundle Analysis
- Run `npx webpack-bundle-analyzer` or equivalent
- Flag any single chunk > 100KB gzipped
- Check for duplicate dependencies across chunks
- Tree-shaking: verify no unused exports in bundle
### Runtime Profiling
- CPU: identify functions taking > 50ms on main thread
- Memory: heap snapshots before and after operations
- Network: waterfall analysis, identify blocking resources
### Database
- Log slow queries (> 100ms)
- Check for N+1 patterns in ORM usage
- Verify indexes exist on frequently filtered columns
- EXPLAIN ANALYZE on top 10 queries by frequency
## Report Format
| Metric | Current | Target | Status | Action |
|---------------|---------|---------|--------|---------------------|
| LCP | 3.2s | < 2.5s | FAIL | Lazy-load hero img |
| Bundle size | 340KB | < 200KB| FAIL | Code-split routes |
| DB p95 query | 230ms | < 100ms| FAIL | Add composite index |Installation Guide
Get up and running in under 5 minutes.
# Copy the skill into your project
cp performance-benchmarker/SKILL.md .claude/skills/performance-benchmarker.md
# Verify it loads
claude /skill performance-benchmarkerSkill Pack. Pay once for the asset. Upgrade to implementation only when you want higher-touch help.
Community acceleration
Bring your workflow into the Solo Unicorn community for sharper feedback, operator critique, and more visibility once the system is live.
Upgrade path
- Start with this package and validate the workflow.
- Add specialized skills or bundles once the core system is stable.
- Use the community to sharpen positioning, demos, and feedback loops.
Need this adapted to your business?
Buy the asset first if you can run it yourself. If this workflow is business-critical or needs custom implementation, move into a sprint or fractional CIO advisory instead of guessing.
Discuss implementation →Tags
Related Products
AI Engineer
Turns ML models into production features that actually scale.
Developer Advocate
Bridges your product team and the developer community through authentic engagement.
Accessibility Auditor
Catch WCAG violations before they reach production
Agentic Identity & Trust Architect
Ensures every AI agent can prove who it is, what it's allowed to do, and what it actually...