Request Details

Route
/ GET
Timestamp
Sep 17, 2026 9:57 PM
Duration
132.77 ms
Status
204
Response Size
9.5 KB
Error
No

Performance Breakdown

Database
5.1% (2 queries)
View Rendering
15.4%
Application Logic
79.5%
Other Operations
0.0%
Total Operations
10
Slowest Operation
132.77 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 167.0ms 334.0ms 501.1ms 668.1ms

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 133 ms 100.0%
users/index 16 ms 12.1%
home#index 133 ms 100.0%
posts/show 18 ms 13.6%
home/index 29 ms 21.8%
home#index 133 ms 100.0%
posts/show 40 ms 30.1%
home#index 133 ms 100.0%
SELECT * FROM users WHERE id = ? 30 ms 22.6%
DELETE FROM posts WHERE id = ? 4 ms 3.0%