Request Details

Route
/search GET
Timestamp
Sep 22, 2026 1:03 PM
Duration
127.75 ms
Status
204
Response Size
22 KB
Error
No

Performance Breakdown

Database
11.2% (3 queries)
View Rendering
35.6%
Application Logic
53.2%
Other Operations
0.0%
Total Operations
12
Slowest Operation
127.75 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 120.1ms 240.2ms 360.4ms 480.5ms

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
layouts/application 37 ms 29.0%
home/index 30 ms 23.5%
home#search 128 ms 100.0%
layouts/application 22 ms 17.2%
posts/show 12 ms 9.4%
home/index 21 ms 16.4%
home#search 128 ms 100.0%
DELETE FROM comments WHERE created_at < ? 3 ms 2.3%
home/index 20 ms 15.7%
DELETE FROM posts WHERE id = ? 19 ms 14.9%
SELECT * FROM posts WHERE created_at > ? 32 ms 25.0%
layouts/application 29 ms 22.7%