Query Metrics
11
Database Queries
9
Different statements
2.44 ms
Query time
1
Invalid entities
0
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.14 ms |
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.first_name AS first_name_5, t0.last_name AS last_name_6, t0.position AS position_7, t0.user_group AS user_group_8, t0.email AS email_9, t0.created_at AS created_at_10, t0.created_by_name AS created_by_name_11, t0.is_active AS is_active_12 FROM users t0 WHERE t0.id = ?
Parameters:
[
3
]
|
| 2 | 0.41 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.material AS material_3, t0.dimension AS dimension_4, t0.quantity AS quantity_5, t0.cut_length AS cut_length_6, t0.warning_level AS warning_level_7, t0.price AS price_8, t0.position AS position_9, t0.supplier AS supplier_10, t0.product_code AS product_code_11, t0.image_file_name AS image_file_name_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14, t0.item_type AS item_type_15, t0.is_active AS is_active_16, t0.unit_id AS unit_id_17, t0.warehouse_id AS warehouse_id_18, t0.category_id AS category_id_19, t0.subcategory_id AS subcategory_id_20 FROM warehouse_items t0 WHERE t0.id = ?
Parameters:
[
2774
]
|
| 3 | 0.17 ms |
SELECT COUNT(*) FROM ( SELECT full_code FROM ( SELECT CONCAT(z.code, '.', a.code, '.', s.code, '.', p.code) as full_code FROM storage_position p JOIN storage_section s ON p.section_id = s.id JOIN storage_area a ON s.area_id = a.id JOIN storage_zone z ON a.zone_id = z.id WHERE z.warehouse_id = ? UNION ALL SELECT CONCAT(z.code, '.', a.code, '.', s.code) as full_code FROM storage_section s JOIN storage_area a ON s.area_id = a.id JOIN storage_zone z ON a.zone_id = z.id WHERE z.warehouse_id = ? UNION ALL SELECT CONCAT(z.code, '.', a.code) as full_code FROM storage_area a JOIN storage_zone z ON a.zone_id = z.id WHERE z.warehouse_id = ? ) codes WHERE full_code = ? ) cnt
Parameters:
[ 3 3 3 "C.4.1.1" ] |
| 4 | 0.12 ms |
"START TRANSACTION"
Parameters:
[] |
| 5 | 0.30 ms |
INSERT INTO warehouse_movements (type, document_number, quantity, quantity_after, price, created_by_name, created_at, notes, unit_calculated, unit_calculation_log, from_unit_symbol, supplier, item_id, project_id, issued_to_user_id, issued_to_employee_id, receipt_id, project_category_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "przesunięcie" "MV-20260810-153954" "117" "117.000" null "Bartosz Ulik" "2026-08-10 15:39:54" null null null null null 2774 null null null null null ] |
| 6 | 0.21 ms |
UPDATE warehouse_items SET position = ?, updated_at = ? WHERE id = ?
Parameters:
[ "C.4.1.1" "2026-08-10 15:39:54" 2774 ] |
| 7 | 0.47 ms |
"COMMIT"
Parameters:
[] |
| 8 | 0.09 ms |
"START TRANSACTION"
Parameters:
[] |
| 9 | 0.14 ms |
INSERT INTO entity_change_logs (entity_class, entity_label, entity_id, action, changes, changed_by_name, changed_by_id, changed_at) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "App\Entity\WarehouseMovement" "#?" 0 "create" null "magazynier" 3 "2026-08-10 15:39:54" ] |
| 10 | 0.28 ms |
INSERT INTO entity_change_logs (entity_class, entity_label, entity_id, action, changes, changed_by_name, changed_by_id, changed_at) VALUES (?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "App\Entity\WarehouseItem" "Lower part marine with welding sleeve 470.000.050 S" 2774 "update" "{"position":{"old":null,"new":"C.4.1.1"}}" "magazynier" 3 "2026-08-10 15:39:54" ] |
| 11 | 0.11 ms |
"ROLLBACK"
Parameters:
[] |
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\User | No errors. |
| App\Entity\Company | No errors. |
| App\Entity\Warehouse | No errors. |
| App\Entity\WarehouseCategory | No errors. |
| App\Entity\WarehouseItem | No errors. |
| App\Entity\WarehouseUnit | No errors. |
| App\Entity\WarehouseMovement | No errors. |
| App\Entity\WarehouseItemValue | No errors. |
| App\Entity\WarehouseItemConverter | No errors. |
| App\Entity\Project | No errors. |
| App\Entity\Employee | No errors. |
| App\Entity\WarehouseReceipt |
|
| App\Entity\ProjectCategory | No errors. |
| App\Entity\EntityChangeLog | No errors. |