Request Details

Route
/api/v1/search GET|POST
Timestamp
Sep 13, 2026 10:50 PM
Duration
79.49 ms
Status
201
Response Size
21 KB
Error
No

Performance Breakdown

Database
34.6% (3 queries)
View Rendering
30.6%
Application Logic
34.8%
Other Operations
0.0%
Total Operations
6
Slowest Operation
79.49 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 57.1ms 114.2ms 171.4ms 228.5ms

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 id, name FROM users WHERE email = ? 31 ms 39.0%
SELECT * FROM posts WHERE created_at > ? 27 ms 34.0%
home/index 31 ms 39.0%
api/v1/searches#index 79 ms 100.0%
posts/show 39 ms 49.1%
SELECT * FROM posts WHERE created_at > ? 21 ms 26.4%