Request Details

Route
/search GET
Timestamp
Sep 22, 2026 9:12 PM
Duration
186.09 ms
Status
204
Response Size
36 KB
Error
No

Performance Breakdown

Database
9.8% (3 queries)
View Rendering
5.7%
Application Logic
84.6%
Other Operations
0.0%
Total Operations
7
Slowest Operation
186.09 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 110.0ms 220.1ms 330.1ms 440.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 186 ms 100.0%
INSERT INTO posts (user_id, title, content, published, created_at, updated_at) VALUES (?, ?, ?, ?, ?, ?) 5 ms 2.7%
home#search 186 ms 100.0%
users/index 14 ms 7.5%
DELETE FROM posts WHERE id = ? 21 ms 11.3%
users/index 11 ms 5.9%
SELECT name FROM users 17 ms 9.1%