# FeedbacksController#create

- **Period:** 23 Jun 10:09 UTC – 23 Jun 13:28 UTC
- **Throughput**: 0.61 / min
- **Average:** 48.2 ms

## Most Impactful Sections
| Kind | Location | Avg ms | Avg calls | Impact | Command |
| ---- | -------- | -----: | --------: | -----: | ------- |
| sql | app/controllers/feedbacks_controller.rb:5 | 2.57 | 8.0 | 42.65% | `BEGIN SELECT "needs".* FROM "needs" WHERE "needs"."id" = ? LIMIT ? INSERT INTO …` |
| code | app/controllers/feedbacks_controller.rb:2 | 11.25 | 1.0 | 23.33% | `FeedbacksController#create` |
| view | app/views/feedbacks/_feedback.haml | 1.89 | 1.0 | 3.93% |  |
| queue | queue | 1.4 | 1.0 | 2.91% |  |
| sql | app/models/feedback.rb:119 | 1.26 | 1.0 | 2.62% | `SELECT "experts".* FROM "experts" INNER JOIN "experts_users" ON "experts"."id" …` |
| gc | ruby/gc.c | 1.56 | 0.66 | 2.14% | `GC.start` |
| rack | /app/vendor/bundle/ruby/4.0.0/gems/rack-attack-6.8.0/lib/rack/attack.rb:104 | 0.94 | 1.0 | 1.96% | `Rack::Attack` |
| sql | app/models/feedback.rb:115 | 0.58 | 1.62 | 1.94% | `SELECT "matches".* FROM "matches" WHERE "matches"."need_id" = ? AND "matches"."…` |
| sql | vendor/bundle/ruby/4.0.0/gems/activesupport-8.1.3/lib/active_support/notifications/fanout.rb:158 | 0.68 | 1.0 | 1.41% | `SELECT "users".* FROM "users" WHERE "users"."id" = ? ORDER BY "users"."id" ASC …` |
| sql | app/models/user.rb:326 | 0.5 | 1.0 | 1.04% | `SELECT ? AS one FROM "user_rights" WHERE "user_rights"."user_id" = ? AND "user_…` |

[View on RoRvsWild ↗](https://www.rorvswild.com/applications/135976/requests/FeedbacksController%23create?range=2026-06-23+10%3A09%3A45+UTC..2026-06-23+13%3A28%3A11+UTC)