elixir_plug_server_timing icon indicating copy to clipboard operation
elixir_plug_server_timing copied to clipboard

Bring Elixir/Phoenix server-side performance metrics 📈 to Chrome's Developer Tools via the Server Timing API. Production Safe™.

Results 1 elixir_plug_server_timing issues
Sort by recently updated
recently updated
newest added

When i used ```Elixir def index(conn, _params) json(conn, %{}) end ``` In a controller action, total_call_time was missing from payload, causing a crash. It's better to skip instrumentation in this...