Request Details

Route
/api/v1/users GET
Timestamp
Sep 22, 2026 7:47 PM
Duration
46.73 ms
Status
204
Response Size
22 KB
Error
No

Performance Breakdown

Database
20.8% (2 queries)
View Rendering
52.9%
Application Logic
26.3%
Other Operations
0.0%
Total Operations
7
Slowest Operation
46.73 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 44.4ms 88.9ms 133.3ms 177.7ms

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 * FROM posts WHERE title LIKE ? AND content LIKE ? AND LOWER(title) LIKE ? AND UPPER(content) LIKE ? 19 ms 40.7%
home/index 36 ms 77.0%
home/index 16 ms 34.2%
users/index 29 ms 62.1%
SELECT * FROM posts WHERE created_at > ? 18 ms 38.5%
home/index 13 ms 27.8%
api/v1/users#index 47 ms 100.0%