Query Metrics
9
Database Queries
6
Different statements
9.56 ms
Query time
0
Invalid entities
Queries
default connection
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.01 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.last_login AS last_login_5, t0.firstname AS firstname_6, t0.lastname AS lastname_7, t0.active AS active_8 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
16
]
|
| 2 | 1.00 ms |
SELECT t0.id AS id_1, t0.id_warehouse AS id_warehouse_2, t0.code AS code_3, t0.date_send AS date_send_4, t0.date_recep AS date_recep_5, t0.date_activation AS date_activation_6, t0.price AS price_7, t0.id_cart_rule AS id_cart_rule_8, t0.gift_id AS gift_id_9 FROM gift_send_from_office t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"CXM39KWVINVWA"
]
|
| 3 | 0.83 ms |
SELECT t0.id AS id_1, t0.id_warehouse AS id_warehouse_2, t0.code AS code_3, t0.date_send AS date_send_4, t0.date_recep AS date_recep_5, t0.date_activation AS date_activation_6, t0.price AS price_7, t0.id_cart_rule AS id_cart_rule_8, t0.gift_id AS gift_id_9 FROM gift_send_from_office t0 WHERE t0.code = ? LIMIT 1
Parameters:
[
"CXM39KWVINVWA"
]
|
| 4 | 0.23 ms |
"START TRANSACTION"
Parameters:
[] |
| 5 | 2.01 ms |
UPDATE gift_send_from_office SET date_activation = ? WHERE id = ?
Parameters:
[ "2025-12-20 14:10:40" 7605 ] |
| 6 | 2.02 ms |
"COMMIT"
Parameters:
[] |
| 7 | 0.21 ms |
"START TRANSACTION"
Parameters:
[] |
| 8 | 0.65 ms |
INSERT INTO history_action (date_add, action, user_id) VALUES (?, ?, ?)
Parameters:
[ "2025-12-20 14:10:40" "Validation du code: CXM39KWVINVWA" 16 ] |
| 9 | 1.58 ms |
"COMMIT"
Parameters:
[] |
Database Connections
| Name | Service |
|---|---|
| default | doctrine.dbal.default_connection |
| dashboard | doctrine.dbal.dashboard_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\User | No errors. |
| App\Entity\HistoryAction | No errors. |
| App\Entity\Gifts | No errors. |
| App\Entity\GiftHistory | No errors. |
| App\Entity\GiftSendFromOffice | No errors. |