Request Details

Route
/ GET
Timestamp
Sep 18, 2026 7:42 PM
Duration
134.13 ms
Status
200
Response Size
28 KB
Error
No

Performance Breakdown

Database
3.8% (2 queries)
View Rendering
9.3%
Application Logic
86.9%
Other Operations
0.0%
Total Operations
11
Slowest Operation
134.13 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 192.9ms 385.8ms 578.7ms 771.6ms

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
layouts/application 5 ms 3.7%
posts/show 7 ms 5.2%
home#index 134 ms 100.0%
home#index 134 ms 100.0%
home#index 134 ms 100.0%
home#index 134 ms 100.0%
users/index 29 ms 21.6%
SELECT * FROM posts WHERE created_at > ? 15 ms 11.2%
home#index 134 ms 100.0%
DELETE FROM posts WHERE id = ? 14 ms 10.4%
home/index 31 ms 23.1%