Query Metrics
10
Database Queries
9
Different statements
129.07 ms
Query time
0
Invalid entities
22
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 47.12 ms |
SELECT t0.id AS id_1, t0.ip AS ip_2, t0.serial_number AS serial_number_3, t0.version AS version_4, t0.mode AS mode_5, t0.last_connected_at AS last_connected_at_6 FROM `board` t0 WHERE t0.id = ?
Parameters:
[
b"\x1F\x0E°˜7^n^›K+]\x0Eg\x10Y"
]
|
| 2 | 10.05 ms |
SELECT t0.id AS id_1, t0.password AS password_2, t0.email AS email_3, t0.first_name AS first_name_4, t0.last_name AS last_name_5, t0.roles AS roles_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8, t0.last_connected_at AS last_connected_at_9, t0.deleted_at AS deleted_at_10 FROM user t0 WHERE t0.email = ? LIMIT 1
Parameters:
[
"SN4TG1ET5"
]
|
| 3 | 3.03 ms |
SELECT t0.id AS id_1, t0.ip AS ip_2, t0.serial_number AS serial_number_3, t0.version AS version_4, t0.mode AS mode_5, t0.last_connected_at AS last_connected_at_6 FROM `board` t0 WHERE t0.serial_number = ? LIMIT 1
Parameters:
[
"SN4TG1ET5"
]
|
| 4 | 0.68 ms |
SELECT t0.id AS id_1, t0.ip AS ip_2, t0.serial_number AS serial_number_3, t0.version AS version_4, t0.mode AS mode_5, t0.last_connected_at AS last_connected_at_6 FROM `board` t0 WHERE t0.serial_number = ? LIMIT 1
Parameters:
[
"SN4TG1ET5"
]
|
| 5 | 11.21 ms |
SELECT t0.id AS id_1, t0.scale_order AS scale_order_2, t0.weight AS weight_3, t0.port_index AS port_index_4, t0.last_update AS last_update_5, t0.board_id AS board_id_6, t0.shelf_id AS shelf_id_7 FROM scale t0 WHERE t0.board_id = ?
Parameters:
[
b"\x1F\x0E°˜7^n^›K+]\x0Eg\x10Y"
]
|
| 6 | 13.05 ms |
SELECT t0.id AS id_1, t0.reference AS reference_2, t0.bar_code AS bar_code_3, t0.weight AS weight_4, t0.net_weight AS net_weight_5, t0.image_url AS image_url_6, t0.brand AS brand_7, t0.counts AS counts_8, t0.price AS price_9, t0.section AS section_10, t0.total_count AS total_count_11, t0.min_product AS min_product_12, t0.max_product AS max_product_13, t0.expiring_offset AS expiring_offset_14, t0.is_sensitive AS is_sensitive_15, t0.deleted_at AS deleted_at_16, t0.out_of_stock_date AS out_of_stock_date_17, t0.updatable_id AS updatable_id_18 FROM product t0 INNER JOIN scale_product ON t0.id = scale_product.product_id WHERE scale_product.scale_id = ?
Parameters:
[
b"\x1F\x0E°˜7ym\x12ˆ`+]\x0Eg\x10Y"
]
|
| 7 | 0.76 ms |
"START TRANSACTION"
Parameters:
[] |
| 8 | 24.57 ms |
UPDATE `board` SET last_connected_at = ? WHERE id = ?
Parameters:
[ "2026-01-09 13:09:10" b"\x1F\x0E°˜7^n^›K+]\x0Eg\x10Y" ] |
| 9 | 3.44 ms |
UPDATE scale SET weight = ?, last_update = ? WHERE id = ?
Parameters:
[ 106 "2026-01-09 13:09:10" b"\x1F\x0E°˜7ym\x12ˆ`+]\x0Eg\x10Y" ] |
| 10 | 15.15 ms |
"COMMIT"
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 |
|---|---|
| App\Entity\Scale | 21 |
| App\Entity\Board | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Board | No errors. |
| App\Entity\Scale | No errors. |
| App\Entity\User | No errors. |
| App\Entity\Shelf | No errors. |
| App\Entity\Product | No errors. |
| App\Entity\ScaleProductCount | No errors. |
| App\Entity\Updatable | No errors. |