Request Details

Route
/ GET
Timestamp
Sep 10, 2026 4:48 PM
Duration
111.63 ms
Status
201
Response Size
11 KB
Error
No

Performance Breakdown

Database
7.5% (3 queries)
View Rendering
20.4%
Application Logic
72.0%
Other Operations
0.0%
Total Operations
10
Slowest Operation
111.63 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 116.2ms 232.5ms 348.7ms 464.9ms

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 112 ms 100.0%
home#index 112 ms 100.0%
layouts/application 26 ms 23.3%
layouts/application 21 ms 18.8%
SELECT * FROM posts WHERE user_id = ? ORDER BY created_at DESC LIMIT ? 10 ms 9.0%
home#index 112 ms 100.0%
SELECT name FROM users 11 ms 9.9%
SELECT * FROM posts WHERE title LIKE ? AND content LIKE ? AND LOWER(title) LIKE ? AND UPPER(content) LIKE ? 14 ms 12.5%
users/index 26 ms 23.3%
users/index 22 ms 19.7%