Query Metrics
11
Database Queries
6
Different statements
12.94 ms
Query time
0
Invalid entities
Grouped Statements
default connection
| Time▼ | Count | Info |
|---|---|---|
|
6.50 ms (50.21%) |
3 |
"COMMIT"
Parameters:
[] |
|
1.78 ms (13.76%) |
1 |
INSERT INTO gift_use (code, date_use, id_warehouse, id_order_hiboutik, total_cart, amout_gift_cart_start, amout_gift_cart_end) VALUES (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "CDX0D06TEIN5" "2026-04-17 18:02:07" 1 "844486" 24.99 39.21 14.22 ] |
|
1.63 ms (12.63%) |
2 |
INSERT INTO history_action (date_add, action, user_id) VALUES (?, ?, ?)
Parameters:
[ "2026-04-17 18:02:07" "Mise à jour de la carte cadeau : CDX0D06TEIN5" 13 ] |
|
1.34 ms (10.33%) |
3 |
"START TRANSACTION"
Parameters:
[] |
|
0.88 ms (6.78%) |
1 |
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:
[
13
]
|
|
0.81 ms (6.30%) |
1 |
SELECT t0.id AS id_1, t0.id_warehouse AS id_warehouse_2, t0.name AS name_3, t0.hours AS hours_4 FROM store t0 WHERE t0.id_warehouse = ? LIMIT 1
Parameters:
[
1
]
|
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\Store | No errors. |
| App\Entity\GiftUse | No errors. |