Request Details

Route
/search GET
Timestamp
Sep 16, 2026 7:09 AM
Duration
206.89 ms
Status
201
Response Size
29 KB
Error
No

Performance Breakdown

Database
1.9% (2 queries)
View Rendering
0.0%
Application Logic
98.1%
Other Operations
0.0%
Total Operations
7
Slowest Operation
206.89 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
Database
0.0ms 263.6ms 527.2ms 790.8ms 1054.4ms

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 207 ms 100.0%
UPDATE posts SET title = ?, content = ?, updated_at = ? WHERE id = ? 6 ms 2.9%
INSERT INTO posts (user_id, title, content, published, created_at, updated_at) VALUES (?, ?, ?, ?, ?, ?) 14 ms 6.8%
home#search 207 ms 100.0%
home#search 207 ms 100.0%
home#search 207 ms 100.0%
home#search 207 ms 100.0%