Request Details

Route
/search GET
Timestamp
Sep 12, 2026 9:04 PM
Duration
71.67 ms
Status
200
Response Size
24 KB
Error
No

Performance Breakdown

Database
10.1% (2 queries)
View Rendering
14.7%
Application Logic
75.2%
Other Operations
0.0%
Total Operations
7
Slowest Operation
71.67 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 71.5ms 143.0ms 214.5ms 286.0ms

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 comments WHERE post_id = ? ORDER BY created_at DESC LIMIT ? 16 ms 22.3%
SELECT * FROM posts WHERE created_at > ? 13 ms 18.1%
home#search 72 ms 100.0%
home/index 9 ms 12.6%
home#search 72 ms 100.0%
home#search 72 ms 100.0%
home/index 33 ms 46.0%