Package Exports
- perf-wizard
- perf-wizard/bin/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (perf-wizard) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
Perf-Wizard
Ultimate Performance Analysis Tool for JavaScript/TypeScript projects with advanced AST analysis, React/Vue optimization, and CI/CD integration.
Features
- Advanced AST Analysis - Real code analysis using Babel parser
- React/Vue Optimization - Component-specific performance analysis
- Bundle Impact Analysis - Heavy library detection
- Memory Leak Detection - Event listeners, timers analysis
- Performance Scoring - 0-100 scoring with A+ to F grades
- CI/CD Integration - JSON output for automated builds
- Config Support - .perf-wizardrc customization
Installation
\\ash npm install -g perf-wizard \\
Quick Start
\\ash
Analyze current directory
perf-wizard
JSON output for CI
perf-wizard --json --ci --score-threshold 80 \\
Made with by @Airyshtoteles