Request Details

Route
/search GET
Timestamp
Sep 14, 2026 3:00 PM
Duration
49.23 ms
Status
200
Response Size
47 KB
Error
No

Performance Breakdown

Database
6.0% (1 query)
View Rendering
45.2%
Application Logic
48.9%
Other Operations
0.0%
Total Operations
8
Slowest Operation
49.23 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 50.4ms 100.7ms 151.1ms 201.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 33 ms 67.0%
home/index 5 ms 10.2%
SELECT * FROM comments WHERE post_id = ? ORDER BY created_at DESC LIMIT ? 12 ms 24.4%
home/index 36 ms 73.1%
home/index 8 ms 16.2%
posts/show 9 ms 18.3%
home#search 49 ms 100.0%
home#search 49 ms 100.0%