Request Details

Route
/search GET
Timestamp
Sep 10, 2026 8:07 PM
Duration
134.99 ms
Status
201
Response Size
53 KB
Error
No

Performance Breakdown

Database
7.4% (2 queries)
View Rendering
20.7%
Application Logic
71.8%
Other Operations
0.0%
Total Operations
7
Slowest Operation
134.99 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 94.0ms 188.0ms 282.0ms 376.0ms

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
posts/show 30 ms 22.2%
posts/show 32 ms 23.7%
INSERT INTO posts (user_id, title, content, published, created_at, updated_at) VALUES (?, ?, ?, ?, ?, ?) 5 ms 3.7%
home#search 135 ms 100.0%
posts/show 16 ms 11.9%
SELECT * FROM posts WHERE title LIKE ? AND content LIKE ? AND LOWER(title) LIKE ? AND UPPER(content) LIKE ? 23 ms 17.0%
home#search 135 ms 100.0%