Request Details

Route
/users/:id DELETE
Timestamp
Sep 22, 2026 10:30 PM
Duration
83.48 ms
Status
204
Response Size
3.8 KB
Error
No

Performance Breakdown

Database
12.9% (1 query)
View Rendering
15.5%
Application Logic
71.7%
Other Operations
0.0%
Total Operations
5
Slowest Operation
83.48 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 58.2ms 116.5ms 174.7ms 233.0ms

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
SELECT * FROM users WHERE id = ? 30 ms 35.9%
home/index 16 ms 19.2%
users#destroy 83 ms 100.0%
posts/show 20 ms 24.0%
users#destroy 83 ms 100.0%