|
code
app/controllers/api/v1/links_controller.rb:10
|
52%
|
app/controllers/api/v1/links_controller.rb:10
- Average Self
-
3.8ms
- Average calls
- 1x
- Total Self
- 3.8ms
- Total Children
- 1.7ms
- Total runtime
- 5.5ms
Api::V1::LinksController#index
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
24%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
1.8ms
- Average calls
- 1x
- Total Self
- 1.8ms
- Total Children
- 5.5ms
- Total runtime
- 7.2ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/links_controller.rb:15
|
22%
|
app/controllers/api/v1/links_controller.rb:15
- Average Self
-
1.1ms
- Average calls
- 1.4x
- Total Self
- 1.6ms
- Total Children
- 0ms
- Total runtime
- 1.6ms
SELECT `links`.* FROM `links` WHERE `links`.`linkable_type` = ? AND `links`.`linkable_id` = ?
|
|
sql
app/controllers/api/v1/api_controller.rb:50
|
1%
|
app/controllers/api/v1/api_controller.rb:50
- Average Self
-
1.5ms
- Average calls
- 0.05x
- Total Self
- 0.08ms
- Total Children
- 0ms
- Total runtime
- 0.08ms
SELECT `organizations`.* FROM `organizations` WHERE `organizations`.`api_access_token` IS NULL LIMIT ?
|