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
Installation
Add elixir_dashboard to your list of dependencies in mix.exs:
def deps do
[
{:elixir_dashboard, "~> 0.2.0"}
]
endThen run:
mix deps.get