Request Details

Route
/api/v1/search GET|POST
Timestamp
Sep 11, 2026 10:19 AM
Duration
30.81 ms
Status
200
Response Size
13 KB
Error
No

Performance Breakdown

Database
16.0% (2 queries)
View Rendering
46.1%
Application Logic
37.9%
Other Operations
0.0%
Total Operations
8
Slowest Operation
30.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 40.7ms 81.3ms 122.0ms 162.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
users/index 11 ms 35.7%
layouts/application 21 ms 68.2%
users/index 24 ms 77.9%
api/v1/searches#index 31 ms 100.0%
SELECT name FROM users 17 ms 55.2%
api/v1/searches#index 31 ms 100.0%
SELECT name FROM users 9 ms 29.2%
home/index 19 ms 61.7%