Request Details

Route
/api/v1/search GET|POST
Timestamp
Sep 09, 2026 5:05 PM
Duration
37.43 ms
Status
201
Response Size
16 KB
Error
No

Performance Breakdown

Database
19.0% (1 query)
View Rendering
26.3%
Application Logic
54.7%
Other Operations
0.0%
Total Operations
6
Slowest Operation
37.43 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 34.2ms 68.4ms 102.6ms 136.9ms

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
layouts/application 11 ms 29.4%
posts/show 18 ms 48.1%
SELECT name FROM users 26 ms 69.5%
layouts/application 7 ms 18.7%
api/v1/searches#index 37 ms 100.0%
api/v1/searches#index 37 ms 100.0%