Request Details

Route
/posts/:id PUT
Timestamp
Sep 10, 2026 9:05 PM
Duration
23.57 ms
Status
204
Response Size
7.2 KB
Error
No

Performance Breakdown

Database
0.0% (0 queries)
View Rendering
100.0%
Application Logic
0.0%
Other Operations
0.0%
Total Operations
5
Slowest Operation
36.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
0.0ms 27.3ms 54.5ms 81.8ms 109.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
home/index 26 ms 110.3%
layouts/application 8 ms 33.9%
posts/show 19 ms 80.6%
layouts/application 36 ms 152.7%
posts/show 20 ms 84.8%