Request Details

Route
/api/v1/search GET|POST
Timestamp
Sep 10, 2026 2:30 AM
Duration
65.99 ms
Status
204
Response Size
19 KB
Error
No

Performance Breakdown

Database
13.5% (2 queries)
View Rendering
27.4%
Application Logic
59.2%
Other Operations
0.0%
Total Operations
6
Slowest Operation
65.99 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 55.7ms 111.5ms 167.2ms 223.0ms

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 * FROM posts WHERE created_at > ? 28 ms 42.4%
api/v1/searches#index 66 ms 100.0%
layouts/application 22 ms 33.3%
SELECT name FROM users 2 ms 3.0%
api/v1/searches#index 66 ms 100.0%
home/index 39 ms 59.1%