|
code
app/controllers/api/v1/contest_categories_controller.rb:15
|
57%
|
app/controllers/api/v1/contest_categories_controller.rb:15
- Average Self
-
7.3ms
- Average calls
- 1x
- Total Self
- 7.3ms
- Total Children
- 3.6ms
- Total runtime
- 10ms
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
|
13%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
1.7ms
- Average calls
- 1x
- Total Self
- 1.7ms
- Total Children
- 10ms
- Total runtime
- 12ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/contest_categories_controller.rb:57
|
10%
|
app/controllers/api/v1/contest_categories_controller.rb:57
- Average Self
-
1.3ms
- Average calls
- 1x
- Total Self
- 1.3ms
- Total Children
- 0ms
- Total runtime
- 1.3ms
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
|
9%
|
app/controllers/api/v1/contest_categories_controller.rb:16
- Average Self
-
1.2ms
- Average calls
- 1x
- Total Self
- 1.2ms
- Total Children
- 0ms
- Total runtime
- 1.2ms
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
|
9%
|
app/controllers/api/v1/contest_categories_controller.rb:61
- Average Self
-
1.1ms
- Average calls
- 1x
- Total Self
- 1.1ms
- Total Children
- 0ms
- Total runtime
- 1.1ms
SELECT `contests`.* FROM `contests` WHERE (`contests`.`deleted_at` IS NULL OR `contests`.`deleted_at` > ?) AND `contests`.`gym_id` = ? AND `contests`.`id` = ? LIMIT ?
|