Request Details

Route
/ GET
Timestamp
Sep 13, 2026 1:23 AM
Duration
49.1 ms
Status
204
Response Size
24 KB
Error
No

Performance Breakdown

Database
10.7% (2 queries)
View Rendering
24.9%
Application Logic
64.4%
Other Operations
0.0%
Total Operations
13
Slowest Operation
49.1 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.2ms 457.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 49 ms 100.0%
home#index 49 ms 100.0%
home#index 49 ms 100.0%
home#index 49 ms 100.0%
layouts/application 25 ms 50.9%
home/index 17 ms 34.6%
home/index 7 ms 14.3%
layouts/application 33 ms 67.2%
home#index 49 ms 100.0%
SELECT * FROM users WHERE id = ? 29 ms 59.1%
layouts/application 32 ms 65.2%
home#index 49 ms 100.0%
SELECT id, name, email FROM users WHERE id = ? 20 ms 40.7%