|
code
app/controllers/api/v1/contest_participants_controller.rb:16
|
72%
|
app/controllers/api/v1/contest_participants_controller.rb:16
- Average Self
-
18ms
- Calls
- 1x
- Total Self
- 18ms
- Total Children
- 6ms
- Total runtime
- 24ms
Api::V1::ContestParticipantsController#index
|
|
sql
app/controllers/api/v1/api_controller.rb:64
|
8%
|
app/controllers/api/v1/api_controller.rb:64
- Average Self
-
2ms
- Calls
- 1x
- Total Self
- 2ms
- Total Children
- 0ms
- Total runtime
- 2ms
SELECT `users`.* FROM `users` WHERE `users`.`id` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/contest_participants_controller.rb:17
|
8%
|
app/controllers/api/v1/contest_participants_controller.rb:17
- Average Self
-
1ms
- Calls
- 2x
- Total Self
- 2ms
- Total Children
- 0ms
- Total runtime
- 2ms
SELECT `contest_participants`.* FROM `contest_participants` INNER JOIN `contest_categories` ON `contest_participants`.`contest_category_id` = `contest_categories`.`id` WHERE `contest_categories`.`contest_id` = ? ORDER BY `contest_categories`.`order` ASC
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
4%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
1ms
- Calls
- 1x
- Total Self
- 1ms
- Total Children
- 24ms
- Total runtime
- 25ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/contest_participants_controller.rb:291
|
4%
|
app/controllers/api/v1/contest_participants_controller.rb:291
- Average Self
-
1ms
- Calls
- 1x
- Total Self
- 1ms
- Total Children
- 0ms
- Total runtime
- 1ms
SELECT `gyms`.* FROM `gyms` WHERE (`gyms`.`deleted_at` IS NULL OR `gyms`.`deleted_at` > ?) AND `gyms`.`id` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/contest_participants_controller.rb:295
|
4%
|
app/controllers/api/v1/contest_participants_controller.rb:295
- Average Self
-
1ms
- Calls
- 1x
- Total Self
- 1ms
- Total Children
- 0ms
- Total runtime
- 1ms
SELECT `contests`.* FROM `contests` WHERE (`contests`.`deleted_at` IS NULL OR `contests`.`deleted_at` > ?) AND `contests`.`gym_id` = ? AND `contests`.`id` = ? LIMIT ?
|