Request Details

Route
/ GET
Timestamp
Sep 12, 2026 8:52 AM
Duration
154.36 ms
Status
200
Response Size
19 KB
Error
No

Performance Breakdown

Database
12.8% (3 queries)
View Rendering
37.6%
Application Logic
49.6%
Other Operations
0.0%
Total Operations
9
Slowest Operation
154.36 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 77.8ms 155.7ms 233.5ms 311.4ms

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 33 ms 21.4%
layouts/application 27 ms 17.5%
home#index 154 ms 100.0%
INSERT INTO posts (user_id, title, content, published, created_at, updated_at) VALUES (?, ?, ?, ?, ?, ?) 7 ms 4.5%
SELECT * FROM posts WHERE title LIKE ? AND content LIKE ? AND LOWER(title) LIKE ? AND UPPER(content) LIKE ? 26 ms 16.8%
home/index 16 ms 10.4%
users/index 21 ms 13.6%
DELETE FROM comments WHERE created_at < ? 7 ms 4.5%
posts/show 20 ms 13.0%