|
code
app/controllers/api/v1/contest_categories_controller.rb:15
|
54%
|
app/controllers/api/v1/contest_categories_controller.rb:15
- Average Self
-
7ms
- Average calls
- 1x
- Total Self
- 7ms
- Total Children
- 4.5ms
- Total runtime
- 11ms
Api::V1::ContestCategoriesController#index
|
|
sql
app/controllers/api/v1/contest_categories_controller.rb:57
|
15%
|
app/controllers/api/v1/contest_categories_controller.rb:57
- Average Self
-
2ms
- Average 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 ?
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
12%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
1.5ms
- Average calls
- 1x
- Total Self
- 1.5ms
- Total Children
- 11ms
- Total runtime
- 13ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/contest_categories_controller.rb:16
|
12%
|
app/controllers/api/v1/contest_categories_controller.rb:16
- Average Self
-
1.5ms
- Average calls
- 1x
- Total Self
- 1.5ms
- Total Children
- 0ms
- Total runtime
- 1.5ms
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
|
8%
|
app/controllers/api/v1/contest_categories_controller.rb:61
- Average Self
-
1ms
- Average 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 ?
|