Diagnostics & Performance in Biome

From the Biome cheat sheet ยท Troubleshooting ยท verified Aug 2026

Diagnostics & Performance

Use built-in reports and tracing before changing project rules.

bash
# Show version and platform information
npx @biomejs/biome version

# Print a debugging report
npx @biomejs/biome rage

# Explain a diagnostic or daemon topic
npx @biomejs/biome explain noDebugger
npx @biomejs/biome explain daemon-logs
๐ŸŸข Start by confirming the CLI and config versions match
โšก Force-ignore dist and build folders before deeper tracing
๐Ÿ“Œ Project-domain rules intentionally add scanner work
๐Ÿ” rage output is designed for debugging issue reports
troubleshootingperformanceragetracing

Continue with Biome

Save the full cheat sheet or work through every related task.

Back to the full Biome cheat sheet