Request Details

Route
/ GET
Timestamp
Sep 14, 2026 10:40 PM
Duration
105.47 ms
Status
204
Response Size
17 KB
Error
No

Performance Breakdown

Database
5.0% (4 queries)
View Rendering
1.2%
Application Logic
93.9%
Other Operations
0.0%
Total Operations
15
Slowest Operation
105.47 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 280.9ms 561.9ms 842.8ms 1123.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 105 ms 100.0%
home#index 105 ms 100.0%
home#index 105 ms 100.0%
SELECT * FROM users WHERE id = ? 7 ms 6.6%
home#index 105 ms 100.0%
home#index 105 ms 100.0%
DELETE FROM comments WHERE created_at < ? 33 ms 31.3%
SELECT posts.* FROM posts WHERE title LIKE ? OR content LIKE ? 5 ms 4.7%
home#index 105 ms 100.0%
SELECT * FROM comments WHERE post_id = ? ORDER BY created_at DESC LIMIT ? 11 ms 10.4%
home#index 105 ms 100.0%
home#index 105 ms 100.0%
home#index 105 ms 100.0%
home#index 105 ms 100.0%
home/index 13 ms 12.3%