Request Details

Route
/search GET
Timestamp
Sep 21, 2026 11:31 PM
Duration
109.21 ms
Status
200
Response Size
22 KB
Error
No

Performance Breakdown

Database
7.0% (2 queries)
View Rendering
32.5%
Application Logic
60.5%
Other Operations
0.0%
Total Operations
12
Slowest Operation
109.21 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 135.4ms 270.8ms 406.2ms 541.6ms

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 27 ms 24.7%
home#search 109 ms 100.0%
home/index 13 ms 11.9%
home#search 109 ms 100.0%
home/index 16 ms 14.7%
posts/show 34 ms 31.1%
posts/show 40 ms 36.6%
SELECT users.*, COUNT(DISTINCT posts.id) as post_count, COUNT(DISTINCT comments.id) as comment_count, SUM(posts.view_count) as total_views, AVG(posts.view_count) as avg_views, MIN(posts.created_at) as first_post, MAX(posts.created_at) as latest_post FR... 10 ms 9.2%
SELECT name FROM users 28 ms 25.6%
home/index 13 ms 11.9%
users/index 33 ms 30.2%
home#search 109 ms 100.0%