Request Details

Route
/api/v1/posts GET
Timestamp
Sep 22, 2026 6:32 PM
Duration
78.81 ms
Status
200
Response Size
21 KB
Error
No

Performance Breakdown

Database
8.2% (1 query)
View Rendering
42.4%
Application Logic
49.5%
Other Operations
0.0%
Total Operations
8
Slowest Operation
78.81 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 79.7ms 159.3ms 239.0ms 318.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
home/index 32 ms 40.6%
layouts/application 40 ms 50.8%
home/index 16 ms 20.3%
users/index 16 ms 20.3%
posts/show 31 ms 39.3%
api/v1/posts#index 79 ms 100.0%
api/v1/posts#index 79 ms 100.0%
SELECT posts.* FROM posts WHERE title LIKE ? OR content LIKE ? 26 ms 33.0%