Request Details

Route
/search GET
Timestamp
Sep 10, 2026 1:01 AM
Duration
157.84 ms
Status
204
Response Size
33 KB
Error
No

Performance Breakdown

Database
5.9% (2 queries)
View Rendering
17.1%
Application Logic
77.1%
Other Operations
0.0%
Total Operations
10
Slowest Operation
157.84 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 153.6ms 307.3ms 460.9ms 614.5ms

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/index 40 ms 25.3%
home#search 158 ms 100.0%
home#search 158 ms 100.0%
SELECT * FROM posts WHERE created_at > ? 14 ms 8.9%
home/index 8 ms 5.1%
home/index 11 ms 7.0%
DELETE FROM posts WHERE id = ? 22 ms 13.9%
home#search 158 ms 100.0%
home/index 16 ms 10.1%
layouts/application 30 ms 19.0%