Request Details

Route
/search GET
Timestamp
Sep 14, 2026 7:36 AM
Duration
46.48 ms
Status
201
Response Size
61 KB
Error
No

Performance Breakdown

Database
7.1% (2 queries)
View Rendering
7.1%
Application Logic
85.7%
Other Operations
0.0%
Total Operations
11
Slowest Operation
46.48 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 108.5ms 216.9ms 325.4ms 433.8ms

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
home#search 46 ms 100.0%
SELECT * FROM posts WHERE user_id = ? ORDER BY created_at DESC LIMIT ? 3 ms 6.5%
home#search 46 ms 100.0%
home#search 46 ms 100.0%
home#search 46 ms 100.0%
home#search 46 ms 100.0%
home/index 31 ms 66.7%
home#search 46 ms 100.0%
home#search 46 ms 100.0%
home#search 46 ms 100.0%
DELETE FROM comments WHERE created_at < ? 28 ms 60.2%