JSPM

perf-wizard

3.0.0-ultimate
  • ESM via JSPM
  • ES Module Entrypoint
  • Export Map
  • Keywords
  • License
  • Repository URL
  • TypeScript Types
  • README
  • Created
  • Published
  • Downloads 3
  • Score
    100M100P100Q28356F
  • License MIT

🚀 Ultimate Performance Analysis Tool - Advanced AST Analysis, React/Vue Optimization, Bundle Impact & Memory Leak Detection

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.

npm version License: MIT

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