Request Details

Route
/ GET
Timestamp
Sep 23, 2026 12:13 AM
Duration
70.94 ms
Status
200
Response Size
13 KB
Error
No

Performance Breakdown

Database
0.9% (1 query)
View Rendering
21.6%
Application Logic
77.5%
Other Operations
0.0%
Total Operations
11
Slowest Operation
70.94 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 114.4ms 228.8ms 343.3ms 457.7ms

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 71 ms 100.0%
SELECT * FROM users WHERE id = ? 4 ms 5.6%
posts/show 15 ms 21.1%
home#index 71 ms 100.0%
home#index 71 ms 100.0%
home#index 71 ms 100.0%
home/index 27 ms 38.1%
layouts/application 10 ms 14.1%
layouts/application 32 ms 45.1%
users/index 15 ms 21.1%
home#index 71 ms 100.0%