|
code
app/controllers/api/v1/contest_waves_controller.rb:15
|
61%
|
app/controllers/api/v1/contest_waves_controller.rb:15
- Average Self
-
11ms
- Average calls
- 1x
- Total Self
- 11ms
- Total Children
- 4.5ms
- Total runtime
- 15ms
Api::V1::ContestWavesController#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.5ms
- Average calls
- 1x
- Total Self
- 2.5ms
- Total Children
- 15ms
- Total runtime
- 18ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/contest_waves_controller.rb:52
|
10%
|
app/controllers/api/v1/contest_waves_controller.rb:52
- Average Self
-
1.9ms
- Average calls
- 1x
- Total Self
- 1.9ms
- Total Children
- 0ms
- Total runtime
- 1.9ms
SELECT `gyms`.* FROM `gyms` WHERE (`gyms`.`deleted_at` IS NULL OR `gyms`.`deleted_at` > ?) AND `gyms`.`id` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/contest_waves_controller.rb:16
|
7%
|
app/controllers/api/v1/contest_waves_controller.rb:16
- Average Self
-
1.4ms
- Average calls
- 1x
- Total Self
- 1.4ms
- Total Children
- 0ms
- Total runtime
- 1.4ms
SELECT `contest_waves`.* FROM `contest_waves` WHERE `contest_waves`.`contest_id` = ? ORDER BY `contest_waves`.`name` ASC
|
|
sql
app/controllers/api/v1/contest_waves_controller.rb:56
|
7%
|
app/controllers/api/v1/contest_waves_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 ?
|