|
code
app/controllers/api/v1/contest_stages_controller.rb:15
|
58%
|
app/controllers/api/v1/contest_stages_controller.rb:15
- Average Self
-
9.6ms
- Average calls
- 1x
- Total Self
- 9.6ms
- Total Children
- 4.5ms
- Total runtime
- 14ms
Api::V1::ContestStagesController#index
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
14%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
2.4ms
- Average calls
- 1x
- Total Self
- 2.4ms
- Total Children
- 14ms
- Total runtime
- 16ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/contest_stages_controller.rb:16
|
10%
|
app/controllers/api/v1/contest_stages_controller.rb:16
- Average Self
-
1.6ms
- Average calls
- 1x
- Total Self
- 1.6ms
- Total Children
- 0ms
- Total runtime
- 1.6ms
SELECT `contest_stages`.* FROM `contest_stages` WHERE `contest_stages`.`contest_id` = ? ORDER BY `contest_stages`.`stage_order` ASC
|
|
sql
app/controllers/api/v1/contest_stages_controller.rb:52
|
10%
|
app/controllers/api/v1/contest_stages_controller.rb:52
- Average Self
-
1.6ms
- Average calls
- 1x
- Total Self
- 1.6ms
- Total Children
- 0ms
- Total runtime
- 1.6ms
SELECT `gyms`.* FROM `gyms` WHERE (`gyms`.`deleted_at` IS NULL OR `gyms`.`deleted_at` > ?) AND `gyms`.`id` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/contest_stages_controller.rb:56
|
8%
|
app/controllers/api/v1/contest_stages_controller.rb:56
- Average Self
-
1.3ms
- Average calls
- 1x
- Total Self
- 1.3ms
- Total Children
- 0ms
- Total runtime
- 1.3ms
SELECT `contests`.* FROM `contests` WHERE (`contests`.`deleted_at` IS NULL OR `contests`.`deleted_at` > ?) AND `contests`.`gym_id` = ? AND `contests`.`id` = ? LIMIT ?
|