Request Details

Route
/search GET
Timestamp
Sep 13, 2026 1:27 AM
Duration
168.17 ms
Status
204
Response Size
36 KB
Error
No

Performance Breakdown

Database
3.8% (1 query)
View Rendering
13.5%
Application Logic
82.8%
Other Operations
0.0%
Total Operations
8
Slowest Operation
168.17 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 152.4ms 304.7ms 457.1ms 609.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
posts/show 7 ms 4.2%
posts/show 28 ms 16.7%
home#search 168 ms 100.0%
SELECT DISTINCT users.*, posts.*, comments.* FROM users, posts, comments WHERE users.id = posts.user_id AND posts.id = comments.post_id AND users.created_at > ? AND posts.created_at > ? AND comments.created_at > ? 23 ms 13.7%
users/index 14 ms 8.3%
layouts/application 33 ms 19.6%
home#search 168 ms 100.0%
home#search 168 ms 100.0%