|
code
app/controllers/api/v1/links_controller.rb:10
|
89%
|
app/controllers/api/v1/links_controller.rb:10
- Average Self
-
25ms
- Average calls
- 1x
- Total Self
- 25ms
- Total Children
- 1.3ms
- Total runtime
- 27ms
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
|
7%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
1.9ms
- Average calls
- 1x
- Total Self
- 1.9ms
- Total Children
- 27ms
- Total runtime
- 29ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/links_controller.rb:15
|
4%
|
app/controllers/api/v1/links_controller.rb:15
- Average Self
-
1ms
- Average calls
- 1.2x
- Total Self
- 1.2ms
- Total Children
- 0ms
- Total runtime
- 1.2ms
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
-
1ms
- Average calls
- 0.04x
- Total Self
- 0.04ms
- Total Children
- 0ms
- Total runtime
- 0.04ms
SELECT `organizations`.* FROM `organizations` WHERE `organizations`.`api_access_token` IS NULL LIMIT ?
|