Request Details

Route
/users/:id DELETE
Timestamp
Sep 20, 2026 10:06 PM
Duration
56.82 ms
Status
204
Response Size
12 KB
Error
No

Performance Breakdown

Database
1.3% (1 query)
View Rendering
26.6%
Application Logic
72.1%
Other Operations
0.0%
Total Operations
6
Slowest Operation
56.82 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 39.4ms 78.8ms 118.2ms 157.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
layouts/application 12 ms 21.1%
SELECT * FROM posts WHERE title LIKE ? AND content LIKE ? AND LOWER(title) LIKE ? AND UPPER(content) LIKE ? 2 ms 3.5%
layouts/application 9 ms 15.8%
users#destroy 57 ms 100.0%
users#destroy 57 ms 100.0%
layouts/application 21 ms 37.0%