Request Details

Route
/users/:id DELETE
Timestamp
Sep 23, 2026 8:21 PM
Duration
28.8 ms
Status
204
Response Size
15 KB
Error
No

Performance Breakdown

Database
11.8% (2 queries)
View Rendering
65.5%
Application Logic
22.7%
Other Operations
0.0%
Total Operations
6
Slowest Operation
39.0 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 31.7ms 63.4ms 95.1ms 126.8ms

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
layouts/application 39 ms 135.4%
users#destroy 29 ms 100.0%
SELECT * FROM comments WHERE post_id = ? ORDER BY created_at DESC LIMIT ? 8 ms 27.8%
users/index 6 ms 20.8%
SELECT * FROM users WHERE id = ? 7 ms 24.3%
home/index 38 ms 132.0%