Request Details

Route
/ GET
Timestamp
Sep 13, 2026 12:33 PM
Duration
68.92 ms
Status
201
Response Size
19 KB
Error
No

Performance Breakdown

Database
6.1% (1 query)
View Rendering
33.5%
Application Logic
60.4%
Other Operations
0.0%
Total Operations
13
Slowest Operation
68.92 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 142.7ms 285.3ms 428.0ms 570.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 69 ms 100.0%
home#index 69 ms 100.0%
layouts/application 30 ms 43.5%
posts/show 35 ms 50.8%
home#index 69 ms 100.0%
home/index 27 ms 39.2%
layouts/application 13 ms 18.9%
home#index 69 ms 100.0%
layouts/application 25 ms 36.3%
users/index 22 ms 31.9%
posts/show 39 ms 56.6%
home#index 69 ms 100.0%
SELECT * FROM users WHERE id = ? 35 ms 50.8%