Query Metrics
3
Database Queries
2
Different statements
10.51 ms
Query time
1
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 3.94 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.image_name AS image_name_3 FROM categori_product t0
Parameters:
[] |
| 2 | 2.36 ms |
SELECT t0.id AS id_1, t0.idproduct AS idproduct_2, t0.quantity AS quantity_3, t0.state AS state_4, t0.motif AS motif_5, t0.prix_unitaire AS prix_unitaire_6, t0.pic_url AS pic_url_7, t0.title AS title_8, t0.descri AS descri_9, t0.specifi AS specifi_10, t0.ref AS ref_11, t0.prix_livraison AS prix_livraison_12, t0.prix_total_livraison AS prix_total_livraison_13, t0.idorder_id AS idorder_id_14 FROM order_api_details t0 WHERE t0.id = ?
Parameters:
[
"4"
]
|
| 3 | 4.22 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.image_name AS image_name_3 FROM categori_product t0
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\CategoriProduct | No errors. |
| App\Entity\OrderApiDetails | No errors. |
| App\Entity\OrderApi |
|