Request Details

Route
/search GET
Timestamp
Sep 22, 2026 11:10 PM
Duration
174.96 ms
Status
201
Response Size
22 KB
Error
No

Performance Breakdown

Database
10.5% (3 queries)
View Rendering
12.1%
Application Logic
77.4%
Other Operations
0.0%
Total Operations
9
Slowest Operation
174.96 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 169.5ms 338.9ms 508.4ms 677.9ms

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 name FROM users 32 ms 18.3%
home/index 33 ms 18.9%
SELECT * FROM comments WHERE post_id = ? ORDER BY created_at DESC LIMIT ? 24 ms 13.7%
users/index 11 ms 6.3%
home#search 175 ms 100.0%
layouts/application 38 ms 21.7%
home#search 175 ms 100.0%
SELECT id, name FROM users WHERE email = ? 15 ms 8.6%
home#search 175 ms 100.0%