How to use this developer tool
- Paste a complete Vue component.
- Choose inspection depth.
- Run architecture and risk checks.
- Prioritize cleanup and deep-watcher recommendations.
Inspect Vue component complexity, state concentration, watcher usage, direct DOM access, cleanup risks, and refactoring opportunities.
Calculates transparent static metrics and maps them to maintainability and performance recommendations.
Scores are heuristics for prioritization, not substitutes for runtime profiling.
Use the preloaded sample, run the tool, then inspect the output and status before copying it into a project.
Paste the component and run the inspector to calculate transparent state, watcher, dependency, and cleanup metrics.
It flags timer usage when no common unmount cleanup hook is found.
High state concentration and watcher counts trigger composable-oriented recommendations.
No. It estimates static risk and should be combined with runtime profiling.
It is a heuristic prioritization score derived from detected patterns.
| Module | Purpose |
|---|---|
| Metrics | State, watchers, dependencies |
| Risks | DOM access and cleanup |
| Advice | Composable and component split |