Preview v0.2.0

Elixir Dashboard

A Phoenix LiveView performance monitoring dashboard for tracking slow endpoints and database queries during development.

Stats & Info

  • Latest release: v0.2.0
  • Recent downloads: 72
  • All-time downloads: 139
  • Maintainers: nshkrdotcom

Tags

MIT Hex.pm

Installation

Add elixir_dashboard to your list of dependencies in mix.exs:

def deps do
  [
    {:elixir_dashboard, "~> 0.2.0"}
  ]
end

Then run:

mix deps.get

Resources