|
code
app/controllers/api/v1/gym_routes_controller.rb:343
|
48%
|
app/controllers/api/v1/gym_routes_controller.rb:343
- Average Self
-
15ms
- Average calls
- 1x
- Total Self
- 15ms
- Total Children
- 13ms
- Total runtime
- 28ms
Api::V1::GymRoutesController#comments
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
8%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
2.6ms
- Average calls
- 1x
- Total Self
- 2.6ms
- Total Children
- 28ms
- Total runtime
- 31ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/api_controller.rb:17
|
7%
|
app/controllers/api/v1/api_controller.rb:17
- Average Self
-
1.2ms
- Average calls
- 1.9x
- Total Self
- 2.3ms
- Total Children
- 0ms
- Total runtime
- 2.3ms
SELECT `users`.* FROM `users` WHERE `users`.`id` = ? LIMIT ?
|
|
sql
app/models/concerns/attachment_resizable.rb:10
|
6%
|
app/models/concerns/attachment_resizable.rb:10
- Average Self
-
1ms
- Average calls
- 1.8x
- Total Self
- 1.9ms
- Total Children
- 0ms
- Total runtime
- 1.9ms
SELECT `active_storage_attachments`.* FROM `active_storage_attachments` WHERE `active_storage_attachments`.`record_id` = ? AND `active_storage_attachments`.`record_type` = ? AND `active_storage_attachments`.`name` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/gym_routes_controller.rb:349
|
6%
|
app/controllers/api/v1/gym_routes_controller.rb:349
- Average Self
-
1.1ms
- Average calls
- 1.7x
- Total Self
- 1.8ms
- Total Children
- 0ms
- Total runtime
- 1.8ms
SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = ? AND `comments`.`commentable_type` = ? LIMIT ?
|
|
sql
app/models/concerns/attachment_resizable.rb:12
|
6%
|
app/models/concerns/attachment_resizable.rb:12
- Average Self
-
1.1ms
- Average calls
- 1.6x
- Total Self
- 1.8ms
- Total Children
- 0ms
- Total runtime
- 1.8ms
SELECT `active_storage_blobs`.* FROM `active_storage_blobs` WHERE `active_storage_blobs`.`id` = ? LIMIT ?
|
|
sql
app/controllers/concerns/gymable.rb:16
|
5%
|
app/controllers/concerns/gymable.rb:16
- 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/gym_routes_controller.rb:348
|
5%
|
app/controllers/api/v1/gym_routes_controller.rb:348
- Average Self
-
1.7ms
- Average calls
- 1x
- Total Self
- 1.7ms
- Total Children
- 0ms
- Total runtime
- 1.7ms
SELECT `ascents`.* FROM `ascents` WHERE `ascents`.`type` = ? AND `ascents`.`gym_route_id` = ? AND (comments_count > ?)
|
|
sql
app/controllers/api/v1/gym_routes_controller.rb:421
|
4%
|
app/controllers/api/v1/gym_routes_controller.rb:421
- Average Self
-
1.3ms
- Average calls
- 1x
- Total Self
- 1.3ms
- Total Children
- 0ms
- Total runtime
- 1.3ms
SELECT `gym_routes`.* FROM `gym_routes` WHERE `gym_routes`.`id` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/gym_routes_controller.rb:345
|
3%
|
app/controllers/api/v1/gym_routes_controller.rb:345
- Average Self
-
1.1ms
- Average calls
- 1x
- Total Self
- 1.1ms
- Total Children
- 0ms
- Total runtime
- 1.1ms
SELECT `comments`.* FROM `comments` WHERE `comments`.`commentable_id` = ? AND `comments`.`commentable_type` = ?
|