Request Details

Route
/search GET
Timestamp
Sep 22, 2026 5:54 PM
Duration
42.85 ms
Status
201
Response Size
26 KB
Error
No

Performance Breakdown

Database
11.9% (3 queries)
View Rendering
67.7%
Application Logic
20.4%
Other Operations
0.0%
Total Operations
12
Slowest Operation
42.85 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 52.5ms 104.9ms 157.4ms 209.8ms

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 43 ms 100.0%
layouts/application 18 ms 42.0%
posts/show 11 ms 25.7%
INSERT INTO posts (user_id, title, content, published, created_at, updated_at) VALUES (?, ?, ?, ?, ?, ?) 8 ms 18.7%
layouts/application 22 ms 51.3%
users/index 30 ms 70.0%
SELECT name FROM users 1 ms 2.3%
posts/show 24 ms 56.0%
home/index 9 ms 21.0%
posts/show 15 ms 35.0%
posts/show 13 ms 30.3%
SELECT * FROM posts WHERE created_at > ? 16 ms 37.3%