Request Details

Route
/search GET
Timestamp
Sep 16, 2026 1:25 PM
Duration
164.89 ms
Status
204
Response Size
28 KB
Error
No

Performance Breakdown

Database
0.4% (1 query)
View Rendering
25.5%
Application Logic
74.1%
Other Operations
0.0%
Total Operations
12
Slowest Operation
164.89 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 222.6ms 445.3ms 667.9ms 890.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
posts/show 31 ms 18.8%
SELECT name FROM users 4 ms 2.4%
home/index 19 ms 11.5%
home#search 165 ms 100.0%
home#search 165 ms 100.0%
home#search 165 ms 100.0%
posts/show 39 ms 23.7%
home/index 31 ms 18.8%
posts/show 40 ms 24.3%
layouts/application 33 ms 20.0%
layouts/application 34 ms 20.6%
home#search 165 ms 100.0%