Request Details

Route
/users/:id DELETE
Timestamp
Sep 23, 2026 2:47 AM
Duration
48.05 ms
Status
201
Response Size
8.8 KB
Error
No

Performance Breakdown

Database
0.9% (1 query)
View Rendering
55.8%
Application Logic
43.3%
Other Operations
0.0%
Total Operations
7
Slowest Operation
48.05 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 55.5ms 111.1ms 166.6ms 222.1ms

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 comments WHERE post_id = ? ORDER BY created_at DESC LIMIT ? 2 ms 4.2%
users#destroy 48 ms 100.0%
posts/show 28 ms 58.3%
users/index 39 ms 81.2%
users#destroy 48 ms 100.0%
home/index 33 ms 68.7%
users/index 24 ms 49.9%