Query Metrics
11
Database Queries
10
Different statements
28.11 ms
Query time
0
Invalid entities
26
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 6.07 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\r\x1Da.\x11kº§Ä»8×ú5J"
]
|
| 2 | 2.17 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:
[
"TEST"
]
|
| 3 | 1.50 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:
[
"TEST"
]
|
| 4 | 0.71 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:
[
"TEST"
]
|
| 5 | 2.38 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\r\x1Da.\x11kº§Ä»8×ú5J"
]
|
| 6 | 4.66 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\r\x1Em\x04\x11jˆ©ÈYÍU\x08N"
]
|
| 7 | 2.16 ms |
SELECT t0.id AS id_1, t0.suspicious_events AS suspicious_events_2, t0.restock AS restock_3, t0.total AS total_4, t0.events AS events_5, t0.stable_product_count AS stable_product_count_6, t0.stable_product_count_updated_at AS stable_product_count_updated_at_7, t0.scale_id AS scale_id_8, t0.product_id AS product_id_9 FROM scale_product_count t0 WHERE t0.scale_id = ?
Parameters:
[
b"\x1F\r\x1Em\x04\x11jˆ©ÈYÍU\x08N"
]
|
| 8 | 0.25 ms |
"START TRANSACTION"
Parameters:
[] |
| 9 | 3.67 ms |
UPDATE `board` SET last_connected_at = ? WHERE id = ?
Parameters:
[ "2025-12-06 04:08:32" b"\x1F\r\x1Da.\x11kº§Ä»8×ú5J" ] |
| 10 | 2.01 ms |
UPDATE scale SET weight = ?, last_update = ? WHERE id = ?
Parameters:
[ 1035 "2025-12-06 04:08:32" b"\x1F\r\x1Em\x04\x11jˆ©ÈYÍU\x08N" ] |
| 11 | 2.53 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 | 22 |
| App\Entity\Board | 1 |
| App\Entity\Product | 1 |
| App\Entity\Updatable | 1 |
| App\Entity\ScaleProductCount | 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. |
| App\Entity\Event | No errors. |