Request Details

Route
/posts POST
Timestamp
Sep 23, 2026 3:53 AM
Duration
54.28 ms
Status
204
Response Size
4.4 KB
Error
No

Performance Breakdown

Database
24.2% (2 queries)
View Rendering
32.9%
Application Logic
43.0%
Other Operations
0.0%
Total Operations
7
Slowest Operation
54.28 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 63.1ms 126.3ms 189.4ms 252.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
SELECT * FROM posts WHERE title LIKE ? AND content LIKE ? AND LOWER(title) LIKE ? AND UPPER(content) LIKE ? 31 ms 57.1%
posts#create 54 ms 100.0%
posts#create 54 ms 100.0%
SELECT * FROM posts WHERE created_at > ? 30 ms 55.3%
layouts/application 39 ms 71.9%
users/index 37 ms 68.2%
posts/show 7 ms 12.9%