Request Details

Route
/ GET
Timestamp
Sep 17, 2026 9:37 AM
Duration
80.26 ms
Status
204
Response Size
24 KB
Error
No

Performance Breakdown

Database
24.5% (5 queries)
View Rendering
26.3%
Application Logic
49.2%
Other Operations
0.0%
Total Operations
13
Slowest Operation
80.26 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 122.4ms 244.9ms 367.3ms 489.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
users/index 14 ms 17.4%
home#index 80 ms 100.0%
layouts/application 38 ms 47.3%
SELECT * FROM posts WHERE created_at > ? 10 ms 12.5%
SELECT * FROM posts WHERE title LIKE ? AND content LIKE ? AND LOWER(title) LIKE ? AND UPPER(content) LIKE ? 23 ms 28.7%
SELECT * FROM posts WHERE title LIKE ? AND content LIKE ? AND LOWER(title) LIKE ? AND UPPER(content) LIKE ? 25 ms 31.1%
posts/show 31 ms 38.6%
home#index 80 ms 100.0%
home#index 80 ms 100.0%
SELECT name FROM users 27 ms 33.6%
layouts/application 17 ms 21.2%
SELECT * FROM posts WHERE title LIKE ? AND content LIKE ? AND LOWER(title) LIKE ? AND UPPER(content) LIKE ? 35 ms 43.6%
home/index 29 ms 36.1%