Request Details

Route
/search GET
Timestamp
Sep 15, 2026 11:47 PM
Duration
64.26 ms
Status
200
Response Size
46 KB
Error
No

Performance Breakdown

Database
10.5% (2 queries)
View Rendering
37.5%
Application Logic
52.0%
Other Operations
0.0%
Total Operations
10
Slowest Operation
64.26 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 92.7ms 185.4ms 278.1ms 370.8ms

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
UPDATE posts SET view_count = view_count + ? WHERE published = ? 31 ms 48.2%
home#search 64 ms 100.0%
users/index 35 ms 54.5%
SELECT name FROM users 8 ms 12.4%
home#search 64 ms 100.0%
layouts/application 39 ms 60.7%
home/index 19 ms 29.6%
home/index 14 ms 21.8%
users/index 32 ms 49.8%
home#search 64 ms 100.0%