Request Details

Route
/api/v1/search GET|POST
Timestamp
Sep 16, 2026 4:17 AM
Duration
16.44 ms
Status
204
Response Size
8.5 KB
Error
No

Performance Breakdown

Database
30.9% (2 queries)
View Rendering
53.2%
Application Logic
15.9%
Other Operations
0.0%
Total Operations
5
Slowest Operation
29.0 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 25.9ms 51.7ms 77.6ms 103.4ms

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 7 ms 42.6%
users/index 29 ms 176.4%
home/index 26 ms 158.1%
SELECT * FROM posts WHERE user_id = ? ORDER BY created_at DESC LIMIT ? 25 ms 152.0%
api/v1/searches#index 16 ms 100.0%