Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
25 changes: 24 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,30 @@ Built for developers and DBAs who want fast, automated plan analysis without cli

## Screenshots

*Screenshots coming soon — see the [screenshots/](screenshots/) folder.*
### Query Editor
Write queries with syntax highlighting, connect to any SQL Server, and capture plans with one click.

![Query Editor](screenshots/Query%20Editor.png)

### Actual Execution Plan with Plan Insights
Graphical plan tree with SSMS-style operator icons, cost percentages, row counts, and warning badges. The Plan Insights panel shows runtime summary, missing indexes, parameters, and wait stats at a glance.

![Actual Execution Plan](screenshots/Actual%20Execution%20Plan.png)

### Advice for Humans
One-click text report with server context, warnings, wait stats, and expensive operators — ready to read or share.

![Advice for Humans](screenshots/Advice%20For%20Humans.png)

### Plan Comparison
Side-by-side comparison of two plans showing cost, runtime, I/O, memory, and wait stat differences.

![Plan Comparison](screenshots/Plan%20Comparison.png)

### Query Store Integration
Fetch top queries by CPU, duration, or reads from Query Store and load their plans directly into the analyzer.

![Query Store Integration](screenshots/Query%20Store%20Integration.png)

## What It Does

Expand Down
Binary file added screenshots/Actual Execution Plan.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/Advice For Humans.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/Plan Comparison.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/Query Editor.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added screenshots/Query Store Integration.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading