Request Details

Route
/search GET
Timestamp
Sep 19, 2026 4:51 AM
Duration
52.75 ms
Status
204
Response Size
21 KB
Error
No

Performance Breakdown

Database
6.3% (1 query)
View Rendering
2.9%
Application Logic
90.8%
Other Operations
0.0%
Total Operations
9
Slowest Operation
52.75 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 87.1ms 174.2ms 261.4ms 348.5ms

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/index 5 ms 9.5%
home#search 53 ms 100.0%
home#search 53 ms 100.0%
home#search 53 ms 100.0%
home#search 53 ms 100.0%
home/index 5 ms 9.5%
DELETE FROM comments WHERE created_at < ? 22 ms 41.7%
home#search 53 ms 100.0%
home#search 53 ms 100.0%