|
code
app/controllers/api/v1/place_of_sales_controller.rb:11
|
51%
|
app/controllers/api/v1/place_of_sales_controller.rb:11
- Average Self
-
4.7ms
- Average calls
- 1x
- Total Self
- 4.7ms
- Total Children
- 2.6ms
- Total runtime
- 7.3ms
Api::V1::PlaceOfSalesController#index
|
|
code
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
|
20%
|
/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
- 7.3ms
- Total runtime
- 9.2ms
Rails::Engine#call
|
|
sql
app/controllers/api/v1/place_of_sales_controller.rb:13
|
14%
|
app/controllers/api/v1/place_of_sales_controller.rb:13
- Average Self
-
1ms
- Average calls
- 1.3x
- Total Self
- 1.3ms
- Total Children
- 0ms
- Total runtime
- 1.3ms
SELECT `place_of_sales`.* FROM `place_of_sales` WHERE `place_of_sales`.`guide_book_paper_id` = ?
|
|
sql
app/controllers/api/v1/place_of_sales_controller.rb:50
|
12%
|
app/controllers/api/v1/place_of_sales_controller.rb:50
- Average Self
-
1.2ms
- Average calls
- 0.96x
- Total Self
- 1.1ms
- Total Children
- 0ms
- Total runtime
- 1.1ms
SELECT `guide_book_papers`.* FROM `guide_book_papers` WHERE `guide_book_papers`.`id` = ? LIMIT ?
|
|
sql
app/controllers/api/v1/api_controller.rb:50
|
<1%
|
app/controllers/api/v1/api_controller.rb:50
- Average Self
-
1ms
- Average calls
- 0.05x
- Total Self
- 0.05ms
- Total Children
- 0ms
- Total runtime
- 0.05ms
SELECT `organizations`.* FROM `organizations` WHERE `organizations`.`api_access_token` IS NULL LIMIT ?
|
|
sql
app/models/concerns/attachment_resizable.rb:12
|
<1%
|
app/models/concerns/attachment_resizable.rb:12
- Average Self
-
1ms
- Average calls
- 0.05x
- Total Self
- 0.05ms
- Total Children
- 0ms
- Total runtime
- 0.05ms
SELECT `active_storage_blobs`.* FROM `active_storage_blobs` WHERE `active_storage_blobs`.`id` = ? LIMIT ?
|
|
sql
app/models/concerns/attachment_resizable.rb:10
|
<1%
|
app/models/concerns/attachment_resizable.rb:10
- Average Self
-
0.67ms
- Average calls
- 0.05x
- Total Self
- 0.04ms
- Total Children
- 0ms
- Total runtime
- 0.04ms
SELECT `active_storage_attachments`.* FROM `active_storage_attachments` WHERE `active_storage_attachments`.`record_id` = ? AND `active_storage_attachments`.`record_type` = ? AND `active_storage_attachments`.`name` = ? LIMIT ?
|