Request Details

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

Performance Breakdown

Database
37.9% (4 queries)
View Rendering
29.7%
Application Logic
32.4%
Other Operations
0.0%
Total Operations
8
Slowest Operation
51.23 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 39.6ms 79.1ms 118.7ms 158.2ms

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
users/index 9 ms 17.6%
SELECT COUNT(*) FROM comments WHERE post_id = ? 5 ms 9.8%
SELECT name FROM users 25 ms 48.8%
posts/show 19 ms 37.1%
SELECT id, name FROM users WHERE email = ? 28 ms 54.7%
api/v1/searches#index 51 ms 100.0%
SELECT * FROM users WHERE id = ? 2 ms 3.9%
posts/show 19 ms 37.1%