Request Details

Route
/search GET
Timestamp
Sep 11, 2026 6:36 AM
Duration
167.65 ms
Status
200
Response Size
63 KB
Error
No

Performance Breakdown

Database
7.3% (3 queries)
View Rendering
13.3%
Application Logic
79.4%
Other Operations
0.0%
Total Operations
12
Slowest Operation
167.65 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 211.2ms 422.3ms 633.5ms 844.6ms

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 168 ms 100.0%
home#search 168 ms 100.0%
home#search 168 ms 100.0%
SELECT * FROM posts WHERE user_id = ? ORDER BY created_at DESC LIMIT ? 21 ms 12.5%
users/index 21 ms 12.5%
INSERT INTO posts (user_id, title, content, published, created_at, updated_at) VALUES (?, ?, ?, ?, ?, ?) 33 ms 19.7%
posts/show 25 ms 14.9%
SELECT * FROM posts WHERE created_at > ? 8 ms 4.8%
posts/show 39 ms 23.3%
layouts/application 19 ms 11.3%
home#search 168 ms 100.0%
users/index 8 ms 4.8%