Request Details

Route
/ GET
Timestamp
Sep 23, 2026 6:59 AM
Duration
70.74 ms
Status
204
Response Size
9.6 KB
Error
No

Performance Breakdown

Database
0.3% (1 query)
View Rendering
27.3%
Application Logic
72.4%
Other Operations
0.0%
Total Operations
8
Slowest Operation
70.74 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 73.3ms 146.6ms 219.9ms 293.2ms

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 8 ms 11.3%
home#index 71 ms 100.0%
home#index 71 ms 100.0%
home/index 16 ms 22.6%
SELECT * FROM posts WHERE title LIKE ? AND content LIKE ? AND LOWER(title) LIKE ? AND UPPER(content) LIKE ? 1 ms 1.4%
home#index 71 ms 100.0%
posts/show 32 ms 45.2%
layouts/application 24 ms 33.9%