Request Details

Route
/ GET
Timestamp
Sep 11, 2026 4:07 PM
Duration
82.71 ms
Status
200
Response Size
14 KB
Error
No

Performance Breakdown

Database
14.5% (3 queries)
View Rendering
35.4%
Application Logic
50.1%
Other Operations
0.0%
Total Operations
9
Slowest Operation
82.71 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 82.6ms 165.2ms 247.8ms 330.4ms

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 23 ms 27.8%
layouts/application 28 ms 33.9%
SELECT * FROM posts WHERE user_id = ? ORDER BY created_at DESC LIMIT ? 14 ms 16.9%
posts/show 37 ms 44.7%
home#index 83 ms 100.0%
SELECT * FROM users WHERE id = ? 7 ms 8.5%
home#index 83 ms 100.0%
SELECT * FROM posts WHERE title LIKE ? AND content LIKE ? AND LOWER(title) LIKE ? AND UPPER(content) LIKE ? 27 ms 32.6%
home/index 29 ms 35.1%