Query Metrics
12
Database Queries
10
Different statements
17.52 ms
Query time
0
Invalid entities
10
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.88 ms (16.42%) |
1 |
INSERT INTO `order` (created_at, ht_amount, amount, ht_shipping, shipping, pi, state, ref, address, tax, user_id, livreur_id, linked_to_id) VALUES (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)
Parameters:
[ "2026-03-31 16:47:47" 8.625 10.35 5.2416666666667 6.29 "cs_test_a1fXKClFiginrz4xNr7joGG4ZVE3McSVlyEcvQVaAJ3vG0xPMOqLe8qvzy" 0 "c-69cbde9398cec" "{"recipient":"LOCKER 24\/7 SUPER U GRENADE","addressLine1":"AVENUE DU PRESIDENT KENNEDY","postalCode":"31330","city":"GRENADE","country":"FR","relayPointId":"032068"}" 20.0 6 2 null ] |
|
2.69 ms (15.33%) |
2 |
"COMMIT"
Parameters:
[] |
|
2.03 ms (11.56%) |
1 |
INSERT INTO detail (ht_price, price, qty, order_id_id, product_id) VALUES (?, ?, ?, ?, ?)
Parameters:
[ 8.625 10.35 1 222 179 ] |
|
1.95 ms (11.15%) |
2 |
"START TRANSACTION"
Parameters:
[] |
|
1.87 ms (10.65%) |
1 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.created_at AS created_at_5, t0.is_activ AS is_activ_6, t0.firstname AS firstname_7, t0.lastname AS lastname_8, t0.connected_at AS connected_at_9, t0.is_verified AS is_verified_10, t0.signature AS signature_11, t0.phone AS phone_12, t13.id AS id_14, t13.address AS address_15, t13.postal_code AS postal_code_16, t13.city AS city_17, t13.country AS country_18, t13.complement AS complement_19, t13.uid_id AS uid_id_20, t21.id AS id_22, t21.items AS items_23, t21.updated_at AS updated_at_24, t21.customer_id AS customer_id_25 FROM uid t0 LEFT JOIN address t13 ON t13.uid_id = t0.id LEFT JOIN cart t21 ON t21.customer_id = t0.id WHERE t0.id = ?
Parameters:
[
6
]
|
|
1.51 ms (8.62%) |
1 |
UPDATE cart SET updated_at = ? WHERE id = ?
Parameters:
[ "2026-03-31 16:47:47" 1 ] |
|
1.47 ms (8.40%) |
1 |
SELECT t0.id AS id_4, t0.ref AS ref_5, t0.designation AS designation_6, t0.created_at AS created_at_7, t0.price AS price_8, t0.updated_at AS updated_at_9, t0.promo AS promo_10, t0.description AS description_11, t0.slug AS slug_12, t0.quantity AS quantity_13, t0.weight AS weight_14, t0.category_id AS category_id_15, t0.category, t1.format AS format_16, t1.year AS year_17, t1.state AS state_18, t1.img AS img_19, t1.nb_items AS nb_items_20, t1.label_id AS label_id_21, t2.year AS year_22, t2.state AS state_23, t2.label_id AS label_id_24, t3.state AS state_25, t3.img AS img_26 FROM product t0 LEFT JOIN vinyl t1 ON t0.id = t1.id LEFT JOIN cd t2 ON t0.id = t2.id LEFT JOIN accessory t3 ON t0.id = t3.id WHERE t0.id = ?
Parameters:
[
179
]
|
|
1.09 ms (6.21%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3 FROM category t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
1.08 ms (6.18%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM livreur t0 WHERE t0.id = ?
Parameters:
[
2
]
|
|
0.96 ms (5.48%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.value AS value_3, t0.start_at AS start_at_4, t0.end_at AS end_at_5 FROM params t0 WHERE t0.name = ? LIMIT 1
Parameters:
[
"fr_vat"
]
|
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\Uid | 1 |
| App\Entity\Address | 1 |
| App\Entity\Cart | 1 |
| App\Entity\Params | 1 |
| App\Entity\Product | 1 |
| App\Entity\Category | 1 |
| App\Entity\Label | 1 |
| App\Entity\Livreur | 1 |
| App\Entity\Order | 1 |
| App\Entity\Detail | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Uid | No errors. |
| App\Entity\Address | No errors. |
| App\Entity\Cart | No errors. |
| App\Entity\Order | No errors. |
| App\Entity\Params | No errors. |
| App\Entity\Product | No errors. |
| App\Entity\Vinyl | No errors. |
| App\Entity\Cd | No errors. |
| App\Entity\Accessory | No errors. |
| App\Entity\Category | No errors. |
| App\Entity\Label | No errors. |
| App\Entity\Promote | No errors. |
| App\Entity\Detail | No errors. |
| App\Entity\Style | No errors. |
| App\Entity\Artist | No errors. |
| App\Entity\Track | No errors. |
| App\Entity\Livreur | No errors. |
| App\Entity\Livraison | No errors. |
| App\Entity\Delivery | No errors. |
| App\Entity\Shipment | No errors. |