Request Details

Route
/search GET
Timestamp
Sep 23, 2026 1:18 AM
Duration
159.57 ms
Status
200
Response Size
55 KB
Error
No

Performance Breakdown

Database
9.5% (3 queries)
View Rendering
13.5%
Application Logic
77.0%
Other Operations
0.0%
Total Operations
10
Slowest Operation
159.57 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 155.4ms 310.9ms 466.3ms 621.7ms

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 160 ms 100.0%
SELECT * FROM posts WHERE user_id = ? ORDER BY created_at DESC LIMIT ? 11 ms 6.9%
SELECT * FROM posts WHERE title LIKE ? AND content LIKE ? AND LOWER(title) LIKE ? AND UPPER(content) LIKE ? 27 ms 16.9%
users/index 37 ms 23.2%
posts/show 6 ms 3.8%
layouts/application 16 ms 10.0%
users/index 25 ms 15.7%
home#search 160 ms 100.0%
home#search 160 ms 100.0%
SELECT * FROM posts WHERE title LIKE ? AND content LIKE ? AND LOWER(title) LIKE ? AND UPPER(content) LIKE ? 21 ms 13.2%