|
code
app/controllers/api/v1/links_controller.rb:10
|
61%
|
app/controllers/api/v1/links_controller.rb:10
- Average Self
-
7.5ms
- Average calls
- 1x
- Total Self
- 7.5ms
- Total Children
- 2.2ms
- Total runtime
- 9.7ms
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
-
2.6ms
- Average calls
- 1x
- Total Self
- 2.6ms
- Total Children
- 9.7ms
- Total runtime
- 12ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/links_controller.rb:15
|
17%
|
app/controllers/api/v1/links_controller.rb:15
- Average Self
-
1.6ms
- Average calls
- 1.3x
- Total Self
- 2.1ms
- Total Children
- 0ms
- Total runtime
- 2.1ms
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
-
2ms
- Average calls
- <0.01x
- Total Self
- <0.01ms
- Total Children
- 0ms
- Total runtime
- <0.01ms
SELECT `organizations`.* FROM `organizations` WHERE `organizations`.`api_access_token` IS NULL LIMIT ?
|