Request Details

Route
/health GET
Timestamp
Sep 09, 2026 11:32 PM
Duration
10.0 ms
Status
200
Response Size
132 Bytes
Error
No

Performance Breakdown

Database
70.5% (3 queries)
View Rendering
29.5%
Application Logic
0.0%
Other Operations
0.0%
Total Operations
5
Slowest Operation
20.0 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
View
Database
0.0ms 15.3ms 30.5ms 45.8ms 61.0ms

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
SELECT id, name FROM users WHERE email = ? 17 ms 170.0%
SELECT posts.* FROM posts WHERE title LIKE ? OR content LIKE ? 20 ms 200.0%
SELECT name FROM users 6 ms 60.0%
home/index 8 ms 80.0%
posts/show 10 ms 100.0%