Request Details

Route
/ GET
Timestamp
Sep 13, 2026 7:21 PM
Duration
65.33 ms
Status
201
Response Size
20 KB
Error
No

Performance Breakdown

Database
12.4% (3 queries)
View Rendering
32.1%
Application Logic
55.5%
Other Operations
0.0%
Total Operations
15
Slowest Operation
65.33 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 147.2ms 294.3ms 441.5ms 588.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
layouts/application 8 ms 12.2%
home/index 34 ms 52.0%
home#index 65 ms 100.0%
users/index 24 ms 36.7%
layouts/application 29 ms 44.4%
home#index 65 ms 100.0%
users/index 34 ms 52.0%
home#index 65 ms 100.0%
home#index 65 ms 100.0%
SELECT posts.* FROM posts WHERE title LIKE ? OR content LIKE ? 27 ms 41.3%
SELECT * FROM posts WHERE created_at > ? 22 ms 33.7%
posts/show 23 ms 35.2%
SELECT * FROM posts WHERE user_id = ? ORDER BY created_at DESC LIMIT ? 24 ms 36.7%
home/index 37 ms 56.6%
home#index 65 ms 100.0%