|
code
app/controllers/api/v1/place_of_sales_controller.rb:11
|
54%
|
app/controllers/api/v1/place_of_sales_controller.rb:11
- Average Self
-
7.7ms
- Average calls
- 1x
- Total Self
- 7.7ms
- Total Children
- 3.9ms
- Total runtime
- 11ms
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
|
18%
|
/var/www/oblyk/api/shared/bundle/ruby/2.6.0/gems/railties-6.0.3.6/lib/rails/engine.rb:525
- Average Self
-
2.5ms
- Average calls
- 1x
- Total Self
- 2.5ms
- Total Children
- 11ms
- Total runtime
- 14ms
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.6ms
- Average calls
- 1.4x
- Total Self
- 2.2ms
- Total Children
- 0ms
- Total runtime
- 2.2ms
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
|
11%
|
app/controllers/api/v1/place_of_sales_controller.rb:50
- Average Self
-
1.5ms
- Average calls
- 1x
- Total Self
- 1.5ms
- Total Children
- 0ms
- Total runtime
- 1.5ms
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
-
1.4ms
- Average calls
- 0.12x
- Total Self
- 0.18ms
- Total Children
- 0ms
- Total runtime
- 0.18ms
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
-
1.3ms
- Average calls
- 0.07x
- Total Self
- 0.09ms
- Total Children
- 0ms
- Total runtime
- 0.09ms
SELECT `active_storage_blobs`.* FROM `active_storage_blobs` WHERE `active_storage_blobs`.`id` = ? LIMIT ?
|