Request Details

Route
/search GET
Timestamp
Sep 22, 2026 11:17 PM
Duration
44.41 ms
Status
204
Response Size
15 KB
Error
No

Performance Breakdown

Database
17.4% (3 queries)
View Rendering
37.2%
Application Logic
45.4%
Other Operations
0.0%
Total Operations
10
Slowest Operation
44.41 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 73.3ms 146.6ms 219.9ms 293.2ms

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 44 ms 100.0%
home#search 44 ms 100.0%
layouts/application 7 ms 15.8%
SELECT * FROM posts WHERE user_id = ? ORDER BY created_at DESC LIMIT ? 23 ms 51.8%
SELECT COUNT(*) FROM comments WHERE post_id = ? 13 ms 29.3%
users/index 30 ms 67.5%
users/index 34 ms 76.6%
users/index 38 ms 85.6%
UPDATE posts SET view_count = view_count + ? WHERE published = ? 15 ms 33.8%
home#search 44 ms 100.0%