Request Details

Route
/api/v1/users GET
Timestamp
Sep 23, 2026 8:22 AM
Duration
37.4 ms
Status
201
Response Size
7 KB
Error
No

Performance Breakdown

Database
28.6% (2 queries)
View Rendering
50.4%
Application Logic
21.0%
Other Operations
0.0%
Total Operations
6
Slowest Operation
37.4 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.6ms 89.2ms 133.8ms 178.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
posts/show 18 ms 48.1%
UPDATE posts SET view_count = view_count + ? WHERE published = ? 28 ms 74.9%
SELECT * FROM posts WHERE title LIKE ? AND content LIKE ? AND LOWER(title) LIKE ? AND UPPER(content) LIKE ? 23 ms 61.5%
posts/show 35 ms 93.6%
posts/show 37 ms 98.9%
api/v1/users#index 37 ms 100.0%