|
code
app/controllers/api/v1/place_of_sales_controller.rb:11
|
48%
|
app/controllers/api/v1/place_of_sales_controller.rb:11
- Average Self
-
6ms
- Average calls
- 1x
- Total Self
- 6ms
- Total Children
- 3.7ms
- Total runtime
- 9.7ms
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
|
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/place_of_sales_controller.rb:13
|
15%
|
app/controllers/api/v1/place_of_sales_controller.rb:13
- Average Self
-
1.4ms
- Average calls
- 1.3x
- Total Self
- 1.9ms
- Total Children
- 0ms
- Total runtime
- 1.9ms
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
|
13%
|
app/controllers/api/v1/place_of_sales_controller.rb:50
- Average Self
-
1.6ms
- Average calls
- 1x
- Total Self
- 1.6ms
- Total Children
- 0ms
- Total runtime
- 1.6ms
SELECT `guide_book_papers`.* FROM `guide_book_papers` WHERE `guide_book_papers`.`id` = ? LIMIT ?
|
|
sql
app/models/concerns/attachment_resizable.rb:10
|
1%
|
app/models/concerns/attachment_resizable.rb:10
- Average Self
-
1ms
- Average calls
- 0.14x
- Total Self
- 0.14ms
- Total Children
- 0ms
- Total runtime
- 0.14ms
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 ?
|
|
sql
app/models/concerns/attachment_resizable.rb:12
|
1%
|
app/models/concerns/attachment_resizable.rb:12
- Average Self
-
1ms
- Average calls
- 0.14x
- Total Self
- 0.14ms
- Total Children
- 0ms
- Total runtime
- 0.14ms
SELECT `active_storage_blobs`.* FROM `active_storage_blobs` WHERE `active_storage_blobs`.`id` = ? LIMIT ?
|