Request Details

Route
/api/v1/posts GET
Timestamp
Sep 22, 2026 12:43 PM
Duration
28.93 ms
Status
201
Response Size
7.7 KB
Error
No

Performance Breakdown

Database
13.7% (1 query)
View Rendering
48.4%
Application Logic
37.9%
Other Operations
0.0%
Total Operations
6
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
Action
View
Database
0.0ms 38.2ms 76.4ms 114.6ms 152.9ms

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
INSERT INTO posts (user_id, title, content, published, created_at, updated_at) VALUES (?, ?, ?, ?, ?, ?) 21 ms 72.6%
api/v1/posts#index 29 ms 100.0%
layouts/application 24 ms 83.0%
api/v1/posts#index 29 ms 100.0%
home/index 35 ms 121.0%
posts/show 15 ms 51.9%