diff --git a/README.md b/README.md index be360c6..86832fb 100644 --- a/README.md +++ b/README.md @@ -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 diff --git a/screenshots/Actual Execution Plan.png b/screenshots/Actual Execution Plan.png new file mode 100644 index 0000000..21d01f3 Binary files /dev/null and b/screenshots/Actual Execution Plan.png differ diff --git a/screenshots/Advice For Humans.png b/screenshots/Advice For Humans.png new file mode 100644 index 0000000..4fefa7c Binary files /dev/null and b/screenshots/Advice For Humans.png differ diff --git a/screenshots/Plan Comparison.png b/screenshots/Plan Comparison.png new file mode 100644 index 0000000..777abcc Binary files /dev/null and b/screenshots/Plan Comparison.png differ diff --git a/screenshots/Query Editor.png b/screenshots/Query Editor.png new file mode 100644 index 0000000..7f2beff Binary files /dev/null and b/screenshots/Query Editor.png differ diff --git a/screenshots/Query Store Integration.png b/screenshots/Query Store Integration.png new file mode 100644 index 0000000..23e961c Binary files /dev/null and b/screenshots/Query Store Integration.png differ