|
code
app/controllers/api/v1/links_controller.rb:10
|
61%
|
app/controllers/api/v1/links_controller.rb:10
- Average Self
-
5ms
- Average calls
- 1x
- Total Self
- 5ms
- Total Children
- 1.5ms
- Total runtime
- 6.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
|
21%
|
/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
- 6.5ms
- Total runtime
- 8.3ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/links_controller.rb:15
|
17%
|
app/controllers/api/v1/links_controller.rb:15
- Average Self
-
1.2ms
- Average calls
- 1.2x
- Total Self
- 1.4ms
- Total Children
- 0ms
- Total runtime
- 1.4ms
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.06x
- Total Self
- 0.09ms
- Total Children
- 0ms
- Total runtime
- 0.09ms
SELECT `organizations`.* FROM `organizations` WHERE `organizations`.`api_access_token` IS NULL LIMIT ?
|