Request Details

Route
/search GET
Timestamp
Sep 23, 2026 5:14 AM
Duration
180.39 ms
Status
201
Response Size
48 KB
Error
No

Performance Breakdown

Database
11.7% (3 queries)
View Rendering
11.3%
Application Logic
77.0%
Other Operations
0.0%
Total Operations
8
Slowest Operation
180.39 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 117.2ms 234.4ms 351.6ms 468.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
home#search 180 ms 100.0%
posts/show 11 ms 6.1%
users/index 19 ms 10.5%
SELECT COUNT(*) FROM comments WHERE post_id = ? 33 ms 18.3%
home#search 180 ms 100.0%
home/index 23 ms 12.8%
SELECT * FROM posts WHERE user_id = ? ORDER BY created_at DESC LIMIT ? 19 ms 10.5%
SELECT * FROM posts WHERE user_id = ? ORDER BY created_at DESC LIMIT ? 3 ms 1.7%