Request Details

Route
/api/v1/posts GET
Timestamp
Sep 23, 2026 2:44 AM
Duration
25.76 ms
Status
204
Response Size
8.9 KB
Error
No

Performance Breakdown

Database
15.6% (1 query)
View Rendering
36.2%
Application Logic
48.2%
Other Operations
0.0%
Total Operations
6
Slowest Operation
33.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 40.1ms 80.1ms 120.2ms 160.3ms

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 user_id = ? ORDER BY created_at DESC LIMIT ? 25 ms 97.1%
api/v1/posts#index 26 ms 100.0%
api/v1/posts#index 26 ms 100.0%
home/index 25 ms 97.1%
api/v1/posts#index 26 ms 100.0%
posts/show 33 ms 128.1%