|
code
app/controllers/api/v1/contest_waves_controller.rb:15
|
51%
|
app/controllers/api/v1/contest_waves_controller.rb:15
- Average Self
-
6.9ms
- Average calls
- 1x
- Total Self
- 6.9ms
- Total Children
- 4.4ms
- Total runtime
- 11ms
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
|
16%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
2.1ms
- Average calls
- 1x
- Total Self
- 2.1ms
- Total Children
- 11ms
- Total runtime
- 13ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/contest_waves_controller.rb:52
|
13%
|
app/controllers/api/v1/contest_waves_controller.rb:52
- Average Self
-
1.7ms
- Average calls
- 1x
- Total Self
- 1.7ms
- Total Children
- 0ms
- Total runtime
- 1.7ms
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
|
11%
|
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
|
10%
|
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 ?
|