Request Details

Route
/posts POST
Timestamp
Sep 23, 2026 3:32 AM
Duration
63.65 ms
Status
204
Response Size
14 KB
Error
No

Performance Breakdown

Database
2.6% (1 query)
View Rendering
25.2%
Application Logic
72.2%
Other Operations
0.0%
Total Operations
8
Slowest Operation
63.65 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 88.1ms 176.3ms 264.4ms 352.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
posts#create 64 ms 100.0%
posts#create 64 ms 100.0%
posts#create 64 ms 100.0%
home/index 27 ms 42.4%
posts#create 64 ms 100.0%
layouts/application 38 ms 59.7%
SELECT * FROM posts WHERE created_at > ? 9 ms 14.1%
posts/show 24 ms 37.7%