|
code
app/controllers/api/v1/contest_categories_controller.rb:15
|
67%
|
app/controllers/api/v1/contest_categories_controller.rb:15
- Average Self
-
12ms
- Calls
- 1x
- Total Self
- 12ms
- Total Children
- 4ms
- Total runtime
- 16ms
Api::V1::ContestCategoriesController#index
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
11%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
2ms
- Calls
- 1x
- Total Self
- 2ms
- Total Children
- 16ms
- Total runtime
- 18ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/contest_categories_controller.rb:57
|
11%
|
app/controllers/api/v1/contest_categories_controller.rb:57
- Average Self
-
2ms
- Calls
- 1x
- Total Self
- 2ms
- Total Children
- 0ms
- Total runtime
- 2ms
SELECT `gyms`.* FROM `gyms` WHERE (`gyms`.`deleted_at` IS NULL OR `gyms`.`deleted_at` > ?) AND `gyms`.`id` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/contest_categories_controller.rb:16
|
6%
|
app/controllers/api/v1/contest_categories_controller.rb:16
- Average Self
-
1ms
- Calls
- 1x
- Total Self
- 1ms
- Total Children
- 0ms
- Total runtime
- 1ms
SELECT `contest_categories`.* FROM `contest_categories` WHERE `contest_categories`.`contest_id` = ? ORDER BY `contest_categories`.`order` ASC
|
|
sql
app/controllers/api/v1/contest_categories_controller.rb:61
|
6%
|
app/controllers/api/v1/contest_categories_controller.rb:61
- 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 ?
|