Query Metrics
2
Database Queries
2
Different statements
3.92 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.56 ms (65.37%) |
1 |
SELECT t0.id AS id_1, t0.batch_unit_price AS batch_unit_price_2, t0.created AS created_3, t0.excel_file_name AS excel_file_name_4, t0.note AS note_5, t0.previous_quantity AS previous_quantity_6, t0.previous_unit_price AS previous_unit_price_7, t0.purchase_order_number AS purchase_order_number_8, t0.type AS type_9, t0.updated_quantity AS updated_quantity_10, t0.updated_unit_price AS updated_unit_price_11, t0.item_id AS item_id_12 FROM component_inventory_log_entry t0 WHERE t0.item_id = ? ORDER BY t0.created DESC
Parameters:
[
1833
]
|
|
1.36 ms (34.63%) |
1 |
SELECT t0.id AS id_1, t0.code AS code_2, t0.description AS description_3, t0.quantity AS quantity_4, t0.type AS type_5, t0.unit_price AS unit_price_6 FROM component_inventory_item t0 WHERE t0.id = ?
Parameters:
[
"1833"
]
|
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
Entity Managers
| Name | Service |
|---|---|
| default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\ComponentInventoryItem | No errors. |
| App\Entity\ComponentInventoryLogEntry | No errors. |