Request Details

Route
/api/v1/search GET|POST
Timestamp
Sep 09, 2026 11:18 PM
Duration
28.9 ms
Status
201
Response Size
3.1 KB
Error
No

Performance Breakdown

Database
18.3% (2 queries)
View Rendering
41.2%
Application Logic
40.6%
Other Operations
0.0%
Total Operations
8
Slowest Operation
33.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 53.4ms 106.8ms 160.3ms 213.7ms

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 23 ms 79.6%
home/index 33 ms 114.2%
SELECT * FROM posts WHERE created_at > ? 24 ms 83.1%
api/v1/searches#index 29 ms 100.0%
api/v1/searches#index 29 ms 100.0%
posts/show 32 ms 110.7%
SELECT * FROM users WHERE id = ? 15 ms 51.9%
api/v1/searches#index 29 ms 100.0%