|
code
app/controllers/api/v1/links_controller.rb:10
|
51%
|
app/controllers/api/v1/links_controller.rb:10
- Average Self
-
4.8ms
- Average calls
- 1x
- Total Self
- 4.8ms
- Total Children
- 2.1ms
- Total runtime
- 6.9ms
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
|
26%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
2.4ms
- Average calls
- 1x
- Total Self
- 2.4ms
- Total Children
- 6.9ms
- Total runtime
- 9.3ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/links_controller.rb:15
|
22%
|
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.02x
- Total Self
- 0.03ms
- Total Children
- 0ms
- Total runtime
- 0.03ms
SELECT `organizations`.* FROM `organizations` WHERE `organizations`.`api_access_token` IS NULL LIMIT ?
|