Request Details

Route
/users/:id/settings GET|PATCH
Timestamp
Sep 17, 2026 6:28 AM
Duration
72.55 ms
Status
204
Response Size
15 KB
Error
No

Performance Breakdown

Database
26.5% (2 queries)
View Rendering
73.5%
Application Logic
0.0%
Other Operations
0.0%
Total Operations
6
Slowest Operation
37.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 34.0ms 68.0ms 102.0ms 136.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 * FROM posts WHERE title LIKE ? AND content LIKE ? AND LOWER(title) LIKE ? AND UPPER(content) LIKE ? 32 ms 44.1%
layouts/application 25 ms 34.5%
home/index 37 ms 51.0%
home/index 23 ms 31.7%
SELECT * FROM posts WHERE title LIKE ? AND content LIKE ? AND LOWER(title) LIKE ? AND UPPER(content) LIKE ? 4 ms 5.5%
posts/show 15 ms 20.7%