Request Details

Route
/ GET
Timestamp
Sep 11, 2026 4:27 PM
Duration
87.54 ms
Status
204
Response Size
25 KB
Error
No

Performance Breakdown

Database
7.9% (2 queries)
View Rendering
16.1%
Application Logic
76.0%
Other Operations
0.0%
Total Operations
13
Slowest Operation
87.54 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 201.7ms 403.4ms 605.1ms 806.8ms

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 88 ms 100.0%
home#index 88 ms 100.0%
users/index 32 ms 36.6%
home#index 88 ms 100.0%
home#index 88 ms 100.0%
SELECT * FROM users WHERE id = ? 33 ms 37.7%
home#index 88 ms 100.0%
SELECT * FROM posts WHERE title LIKE ? AND content LIKE ? AND LOWER(title) LIKE ? AND UPPER(content) LIKE ? 31 ms 35.4%
home#index 88 ms 100.0%
users/index 26 ms 29.7%
home#index 88 ms 100.0%
users/index 33 ms 37.7%
layouts/application 39 ms 44.6%