Request Details

Route
/search GET
Timestamp
Sep 20, 2026 2:25 PM
Duration
51.84 ms
Status
204
Response Size
23 KB
Error
No

Performance Breakdown

Database
7.7% (2 queries)
View Rendering
21.4%
Application Logic
70.8%
Other Operations
0.0%
Total Operations
12
Slowest Operation
51.84 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 109.8ms 219.5ms 329.3ms 439.1ms

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 9 ms 17.4%
SELECT * FROM comments WHERE post_id = ? ORDER BY created_at DESC LIMIT ? 27 ms 52.1%
home#search 52 ms 100.0%
home#search 52 ms 100.0%
layouts/application 24 ms 46.3%
home#search 52 ms 100.0%
home#search 52 ms 100.0%
home#search 52 ms 100.0%
home#search 52 ms 100.0%
SELECT posts.title, posts.content, users.name FROM posts JOIN users ON posts.user_id = users.id WHERE posts.published = ? 7 ms 13.5%
layouts/application 37 ms 71.4%
users/index 24 ms 46.3%