Request Details

Route
/api/v1/search GET|POST
Timestamp
Sep 12, 2026 2:58 PM
Duration
47.38 ms
Status
200
Response Size
22 KB
Error
No

Performance Breakdown

Database
3.3% (1 query)
View Rendering
44.6%
Application Logic
52.1%
Other Operations
0.0%
Total Operations
7
Slowest Operation
47.38 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 45.4ms 90.9ms 136.3ms 181.8ms

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 name FROM users 6 ms 12.7%
posts/show 13 ms 27.4%
users/index 17 ms 35.9%
api/v1/searches#index 47 ms 100.0%
api/v1/searches#index 47 ms 100.0%
layouts/application 34 ms 71.8%
home/index 17 ms 35.9%