Visualize EXPLAIN ANALYZE FORMAT=JSON output as interactive SVG charts.
These demos are served from GitHub Pages so the embedded JavaScript (zoom, search, tooltips) works correctly.
View on GitHub →
Each view includes a Query Analysis panel: optimizer features detected, warnings, and concrete tuning suggestions.
Generate with myflames --output report.html explain.json. Includes embedded chart, analysis sidebar, and export buttons.
Generate with myflames compare before.json after.json. Shows time deltas, operator changes, and a "what got better / worse" summary.