POST http://api.peyrolles.tekshelf.fr/api/esp/boards/TEST/weights?apiKey=1f0d1d61-2e11-6bba-a7c4-bb38d7fa354a

Query Metrics

11 Database Queries
10 Different statements
28.11 ms Query time
0 Invalid entities
26 Managed entities

Grouped Statements

Show all queries

Time Count Info
6.07 ms
(21.59%)
1
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"
]
4.66 ms
(16.57%)
1
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"
]
3.67 ms
(13.06%)
1
UPDATE `board` SET last_connected_at = ? WHERE id = ?
Parameters:
[
  "2025-12-06 04:08:32"
  b"\x1F\r\x1Da.\x11kº§Ä»8×ú5J"
]
2.53 ms
(9.02%)
1
"COMMIT"
Parameters:
[]
2.38 ms
(8.48%)
1
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"
]
2.20 ms
(7.83%)
2
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"
]
2.17 ms
(7.72%)
1
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"
]
2.16 ms
(7.68%)
1
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"
]
2.01 ms
(7.16%)
1
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"
]
0.25 ms
(0.89%)
1
"START TRANSACTION"
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.