Request Details

Route
/ GET
Timestamp
Sep 21, 2026 8:34 AM
Duration
97.62 ms
Status
204
Response Size
9.2 KB
Error
No

Performance Breakdown

Database
2.8% (1 query)
View Rendering
63.3%
Application Logic
33.9%
Other Operations
0.0%
Total Operations
10
Slowest Operation
97.62 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 71.9ms 143.8ms 215.7ms 287.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/index 15 ms 15.4%
layouts/application 33 ms 33.8%
layouts/application 23 ms 23.6%
users/index 10 ms 10.2%
layouts/application 34 ms 34.8%
SELECT * FROM posts WHERE title LIKE ? AND content LIKE ? AND LOWER(title) LIKE ? AND UPPER(content) LIKE ? 8 ms 8.2%
users/index 18 ms 18.4%
layouts/application 38 ms 38.9%
posts/show 11 ms 11.3%
home#index 98 ms 100.0%