Request Details

Route
/ GET
Timestamp
Sep 13, 2026 11:15 PM
Duration
127.68 ms
Status
201
Response Size
11 KB
Error
No

Performance Breakdown

Database
30.9% (5 queries)
View Rendering
27.6%
Application Logic
41.5%
Other Operations
0.0%
Total Operations
10
Slowest Operation
127.68 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 76.9ms 153.8ms 230.8ms 307.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
SELECT name FROM users 22 ms 17.2%
SELECT * FROM posts WHERE title LIKE ? AND content LIKE ? AND LOWER(title) LIKE ? AND UPPER(content) LIKE ? 17 ms 13.3%
users/index 32 ms 25.1%
home#index 128 ms 100.0%
layouts/application 9 ms 7.0%
home/index 19 ms 14.9%
SELECT * FROM users WHERE id = ? 33 ms 25.8%
SELECT id, name, email FROM users WHERE id = ? 8 ms 6.3%
SELECT id, name, email FROM users WHERE id = ? 15 ms 11.7%
home/index 25 ms 19.6%