Request Details

Route
/search GET
Timestamp
Sep 20, 2026 8:14 AM
Duration
116.03 ms
Status
204
Response Size
48 KB
Error
No

Performance Breakdown

Database
5.9% (2 queries)
View Rendering
34.1%
Application Logic
60.0%
Other Operations
0.0%
Total Operations
10
Slowest Operation
116.03 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 96.8ms 193.5ms 290.3ms 387.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
home/index 36 ms 31.0%
home#search 116 ms 100.0%
SELECT * FROM posts WHERE user_id = ? ORDER BY created_at DESC LIMIT ? 21 ms 18.1%
posts/show 6 ms 5.2%
home#search 116 ms 100.0%
layouts/application 33 ms 28.4%
SELECT posts.* FROM posts WHERE title LIKE ? OR content LIKE ? 2 ms 1.7%
home/index 23 ms 19.8%
home/index 25 ms 21.5%
users/index 9 ms 7.8%