Request Details

Route
/users/:id DELETE
Timestamp
Sep 14, 2026 12:35 AM
Duration
79.61 ms
Status
201
Response Size
16 KB
Error
No

Performance Breakdown

Database
4.6% (1 query)
View Rendering
61.7%
Application Logic
33.6%
Other Operations
0.0%
Total Operations
8
Slowest Operation
79.61 ms

Request Trace

How to read this

Each row is a layer of your stack. Many short Database bars means N+1 queries — fix with includes(). A wide Action bar with little Database time means slow Ruby code. A wide View bar usually means a partial rendered in a loop.

Action
View
Database
Other
Action
View
Database
0.0ms 59.2ms 118.3ms 177.5ms 236.6ms

Operations

How to use this

Sort by Impact to find your biggest wins. Click any row for details and optimisation suggestions. The same SQL appearing multiple times is an N+1 — fix with includes(). A single operation above 50% impact is your highest priority.

Operation Duration Impact Timeline Actions
users/index 38 ms 47.7%
layouts/application 29 ms 36.4%
users#destroy 80 ms 100.0%
posts/show 10 ms 12.6%
users/index 7 ms 8.8%
SELECT id, name, email FROM users WHERE id = ? 11 ms 13.8%
layouts/application 34 ms 42.7%
posts/show 28 ms 35.2%