Request Details

Route
/ GET
Timestamp
Sep 21, 2026 8:52 AM
Duration
135.39 ms
Status
204
Response Size
27 KB
Error
No

Performance Breakdown

Database
6.8% (2 queries)
View Rendering
10.1%
Application Logic
83.2%
Other Operations
0.0%
Total Operations
11
Slowest Operation
135.39 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 203.5ms 407.0ms 610.5ms 814.0ms

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
users/index 20 ms 14.8%
home#index 135 ms 100.0%
home#index 135 ms 100.0%
SELECT * FROM posts WHERE user_id = ? ORDER BY created_at DESC LIMIT ? 24 ms 17.7%
home#index 135 ms 100.0%
layouts/application 27 ms 19.9%
SELECT * FROM posts WHERE user_id = ? ORDER BY created_at DESC LIMIT ? 31 ms 22.9%
home#index 135 ms 100.0%
users/index 20 ms 14.8%
home#index 135 ms 100.0%
home/index 15 ms 11.1%