|
code
app/controllers/api/v1/gym_openers_controller.rb:11
|
64%
|
app/controllers/api/v1/gym_openers_controller.rb:11
- Average Self
-
16ms
- Average calls
- 1x
- Total Self
- 16ms
- Total Children
- 6.8ms
- Total runtime
- 23ms
Api::V1::GymOpenersController#index
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
10%
|
/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
- 23ms
- Total runtime
- 25ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/gym_openers_controller.rb:20
|
7%
|
app/controllers/api/v1/gym_openers_controller.rb:20
- Average Self
-
1.9ms
- Average calls
- 1x
- Total Self
- 1.9ms
- Total Children
- 0ms
- Total runtime
- 1.9ms
SELECT `gym_openers`.* FROM `gym_openers` WHERE `gym_openers`.`gym_id` = ? AND (`deactivated_at` IS NULL OR `deactivated_at` > ?) ORDER BY `gym_openers`.`deactivated_at` ASC, `gym_openers`.`name` ASC
|
|
sql
app/controllers/api/v1/api_controller.rb:64
|
7%
|
app/controllers/api/v1/api_controller.rb:64
- Average Self
-
1.8ms
- Average calls
- 1x
- Total Self
- 1.8ms
- Total Children
- 0ms
- Total runtime
- 1.8ms
SELECT `users`.* FROM `users` WHERE `users`.`id` = ? LIMIT ?
|
|
sql
app/controllers/concerns/gymable.rb:16
|
6%
|
app/controllers/concerns/gymable.rb:16
- 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/concerns/gym_roles_verification.rb:13
|
6%
|
app/controllers/concerns/gym_roles_verification.rb:13
- Average Self
-
1.5ms
- Average calls
- 1x
- Total Self
- 1.5ms
- Total Children
- 0ms
- Total runtime
- 1.5ms
SELECT ? AS one FROM `gym_administrators` WHERE `gym_administrators`.`gym_id` = ? AND `gym_administrators`.`user_id` = ? LIMIT ?
|