Request Details

Route
/search GET
Timestamp
Sep 22, 2026 5:43 AM
Duration
75.63 ms
Status
200
Response Size
30 KB
Error
No

Performance Breakdown

Database
24.4% (5 queries)
View Rendering
22.0%
Application Logic
53.7%
Other Operations
0.0%
Total Operations
12
Slowest Operation
75.63 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 105.7ms 211.4ms 317.2ms 422.9ms

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
SELECT * FROM comments WHERE post_id = ? ORDER BY created_at DESC LIMIT ? 25 ms 33.1%
home#search 76 ms 100.0%
home#search 76 ms 100.0%
SELECT name FROM users 32 ms 42.3%
users/index 36 ms 47.6%
SELECT * FROM comments WHERE post_id = ? ORDER BY created_at DESC LIMIT ? 21 ms 27.8%
SELECT * FROM posts WHERE title LIKE ? AND content LIKE ? AND LOWER(title) LIKE ? AND UPPER(content) LIKE ? 10 ms 13.2%
home#search 76 ms 100.0%
users/index 5 ms 6.6%
posts/show 40 ms 52.9%
SELECT name FROM users 15 ms 19.8%
layouts/application 12 ms 15.9%