Request Details

Route
/posts POST
Timestamp
Sep 23, 2026 6:13 PM
Duration
12.06 ms
Status
204
Response Size
6.7 KB
Error
No

Performance Breakdown

Database
30.8% (2 queries)
View Rendering
61.5%
Application Logic
7.7%
Other Operations
0.0%
Total Operations
6
Slowest Operation
40.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
Action
View
Database
0.0ms 39.0ms 78.0ms 117.0ms 156.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
users/index 31 ms 257.0%
SELECT * FROM posts WHERE title LIKE ? AND content LIKE ? AND LOWER(title) LIKE ? AND UPPER(content) LIKE ? 27 ms 223.9%
SELECT * FROM users WHERE id = ? 21 ms 174.1%
layouts/application 25 ms 207.3%
users/index 40 ms 331.6%
posts#create 12 ms 100.0%