Request Details

Route
/users/:id PUT
Timestamp
Sep 11, 2026 5:58 AM
Duration
23.55 ms
Status
204
Response Size
5.4 KB
Error
No

Performance Breakdown

Database
31.8% (2 queries)
View Rendering
68.2%
Application Logic
0.0%
Other Operations
0.0%
Total Operations
5
Slowest Operation
35.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
View
Database
0.0ms 33.0ms 66.0ms 99.0ms 132.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
users/index 33 ms 140.1%
SELECT * FROM posts WHERE title LIKE ? AND content LIKE ? AND LOWER(title) LIKE ? AND UPPER(content) LIKE ? 7 ms 29.7%
users/index 32 ms 135.9%
SELECT * FROM posts WHERE created_at > ? 35 ms 148.6%
home/index 25 ms 106.2%