Request Details

Route
/search GET
Timestamp
Sep 11, 2026 11:13 PM
Duration
101.13 ms
Status
200
Response Size
41 KB
Error
No

Performance Breakdown

Database
20.8% (3 queries)
View Rendering
27.2%
Application Logic
52.0%
Other Operations
0.0%
Total Operations
9
Slowest Operation
101.13 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 97.3ms 194.6ms 291.9ms 389.3ms

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
users/index 32 ms 31.6%
home#search 101 ms 100.0%
home/index 38 ms 37.6%
SELECT name FROM users 21 ms 20.8%
posts/show 10 ms 9.9%
SELECT * FROM comments WHERE post_id = ? ORDER BY created_at DESC LIMIT ? 27 ms 26.7%
home#search 101 ms 100.0%
SELECT * FROM posts WHERE created_at > ? 33 ms 32.6%
layouts/application 26 ms 25.7%