Request Details

Route
/search GET
Timestamp
Sep 18, 2026 6:16 AM
Duration
53.1 ms
Status
200
Response Size
43 KB
Error
No

Performance Breakdown

Database
18.3% (2 queries)
View Rendering
29.7%
Application Logic
52.0%
Other Operations
0.0%
Total Operations
8
Slowest Operation
53.1 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 76.6ms 153.1ms 229.7ms 306.3ms

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 21 ms 39.5%
home#search 53 ms 100.0%
users/index 30 ms 56.5%
home#search 53 ms 100.0%
SELECT * FROM comments WHERE post_id = ? ORDER BY created_at DESC LIMIT ? 35 ms 65.9%
home#search 53 ms 100.0%
home/index 32 ms 60.3%
posts/show 29 ms 54.6%