Request Details

Route
/ GET
Timestamp
Sep 24, 2026 2:43 AM
Duration
64.54 ms
Status
201
Response Size
28 KB
Error
No

Performance Breakdown

Database
19.9% (3 queries)
View Rendering
14.8%
Application Logic
65.3%
Other Operations
0.0%
Total Operations
8
Slowest Operation
64.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 74.2ms 148.3ms 222.5ms 296.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
home/index 37 ms 57.3%
SELECT name FROM users 32 ms 49.6%
home#index 65 ms 100.0%
home#index 65 ms 100.0%
users/index 7 ms 10.8%
SELECT * FROM posts WHERE title LIKE ? AND content LIKE ? AND LOWER(title) LIKE ? AND UPPER(content) LIKE ? 26 ms 40.3%
SELECT * FROM posts WHERE created_at > ? 1 ms 1.5%
home#index 65 ms 100.0%