Request Details

Route
/api/v1/search GET|POST
Timestamp
Sep 23, 2026 3:47 AM
Duration
66.32 ms
Status
204
Response Size
11 KB
Error
No

Performance Breakdown

Database
14.8% (3 queries)
View Rendering
36.0%
Application Logic
49.2%
Other Operations
0.0%
Total Operations
8
Slowest Operation
66.32 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 67.4ms 134.8ms 202.2ms 269.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
layouts/application 38 ms 57.3%
DELETE FROM posts WHERE id = ? 20 ms 30.2%
layouts/application 36 ms 54.3%
posts/show 23 ms 34.7%
SELECT * FROM posts WHERE user_id = ? ORDER BY created_at DESC LIMIT ? 8 ms 12.1%
SELECT name FROM users 12 ms 18.1%
api/v1/searches#index 66 ms 100.0%
api/v1/searches#index 66 ms 100.0%