Request Details

Route
/api/v1/search GET|POST
Timestamp
Sep 14, 2026 4:26 PM
Duration
61.28 ms
Status
204
Response Size
3.9 KB
Error
No

Performance Breakdown

Database
21.0% (2 queries)
View Rendering
45.9%
Application Logic
33.1%
Other Operations
0.0%
Total Operations
6
Slowest Operation
61.28 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 46.3ms 92.6ms 139.0ms 185.3ms

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 > ? 17 ms 27.7%
api/v1/searches#index 61 ms 100.0%
layouts/application 31 ms 50.6%
posts/show 31 ms 50.6%
SELECT * FROM comments WHERE post_id = ? ORDER BY created_at DESC LIMIT ? 22 ms 35.9%
posts/show 23 ms 37.5%