pg-explain

pg-explain.dev ↗

Paste a Postgres EXPLAIN output and get a visual breakdown of where your query is spending its time.

★ 2.1kGitHub stars
12kmonthly users

Why I built this

Reading raw EXPLAIN ANALYZE output is genuinely hard. Even experienced Postgres users struggle to quickly identify the bottleneck in a complex query plan. I wanted a tool that would take the raw output and instantly show you where time is being spent, with a visual treemap that makes hotspots obvious at a glance.

Stack

TypeScriptD3.jsSvelteKitVercel