Request Details

Route
/api/v1/search GET|POST
Timestamp
Sep 15, 2026 4:44 AM
Duration
44.87 ms
Status
201
Response Size
22 KB
Error
No

Performance Breakdown

Database
0.0% (0 queries)
View Rendering
62.9%
Application Logic
37.1%
Other Operations
0.0%
Total Operations
8
Slowest Operation
44.87 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
0.0ms 60.4ms 120.9ms 181.3ms 241.7ms

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
api/v1/searches#index 45 ms 100.0%
users/index 12 ms 26.7%
api/v1/searches#index 45 ms 100.0%
layouts/application 37 ms 82.5%
posts/show 21 ms 46.8%
home/index 35 ms 78.0%
users/index 20 ms 44.6%
posts/show 27 ms 60.2%