Query Metrics
149
Database Queries
12
Different statements
52.64 ms
Query time
0
Invalid entities
424
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.81 ms |
SELECT t0.id AS id_1, t0.date_debut AS date_debut_2, t0.date_fin AS date_fin_3, t0.service AS service_4, t0.reservable_en_ligne AS reservable_en_ligne_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.created_by AS created_by_8, t0.updated_by AS updated_by_9, t0.camion_id AS camion_id_10, t0.emplacement_id AS emplacement_id_11, t12.id AS id_13, t12.adresse AS adresse_14, t12.libelle AS libelle_15, t12.lat AS lat_16, t12.lng AS lng_17, t12.code_postal AS code_postal_18, t12.ville AS ville_19, t12.introduction AS introduction_20, t12.created_at AS created_at_21, t12.updated_at AS updated_at_22, t12.created_by AS created_by_23, t12.updated_by AS updated_by_24 FROM planning t0 INNER JOIN emplacement t12 ON t0.emplacement_id = t12.id WHERE t0.id = ?
Parameters:
[
"2633"
]
|
| 2 | 4.48 ms |
SELECT p0_.id AS id_0, p0_.date_debut AS date_debut_1, p0_.date_fin AS date_fin_2, p0_.service AS service_3, p0_.reservable_en_ligne AS reservable_en_ligne_4, p0_.created_at AS created_at_5, p0_.updated_at AS updated_at_6, p0_.created_by AS created_by_7, p0_.updated_by AS updated_by_8, p0_.camion_id AS camion_id_9, p0_.emplacement_id AS emplacement_id_10 FROM planning p0_ INNER JOIN camion c1_ ON p0_.camion_id = c1_.id WHERE p0_.date_debut >= ? AND p0_.date_fin <= ? AND p0_.reservable_en_ligne = 1 ORDER BY p0_.date_debut ASC
Parameters:
[ "2025-12-10 00:00" "2025-12-12 23:59" ] |
| 3 | 0.48 ms |
SELECT t0.id AS id_1, t0.adresse AS adresse_2, t0.libelle AS libelle_3, t0.lat AS lat_4, t0.lng AS lng_5, t0.code_postal AS code_postal_6, t0.ville AS ville_7, t0.introduction AS introduction_8, t0.created_at AS created_at_9, t0.updated_at AS updated_at_10, t0.created_by AS created_by_11, t0.updated_by AS updated_by_12 FROM emplacement t0 WHERE t0.id IN (?, ?, ?, ?, ?, ?, ?)
Parameters:
[ 9 2 15 11 4 12 22 ] |
| 4 | 0.47 ms |
SELECT p0_.id AS id_0, p0_.libelle AS libelle_1, p0_.description AS description_2, p0_.created_at AS created_at_3, p0_.updated_at AS updated_at_4, p0_.created_by AS created_by_5, p0_.updated_by AS updated_by_6, p0_.sortable AS sortable_7, p0_.camion_id AS camion_id_8 FROM produit_categorie p0_ WHERE p0_.camion_id = ? ORDER BY p0_.sortable ASC
Parameters:
[
3
]
|
| 5 | 0.55 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.disponible AS disponible_4, t0.affichable AS affichable_5, t0.cuisine_details AS cuisine_details_6, t0.path AS path_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.created_by AS created_by_10, t0.updated_by AS updated_by_11, t0.sortable AS sortable_12, t0.produit_categorie_id AS produit_categorie_id_13 FROM menu t0 WHERE t0.produit_categorie_id = ? ORDER BY t0.sortable ASC, t0.affichable DESC
Parameters:
[
6
]
|
| 6 | 0.58 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.type AS type_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.menu_id AS menu_id_10, t11.id AS id_12, t11.libelle AS libelle_13, t11.description AS description_14, t11.disponible AS disponible_15, t11.affichable AS affichable_16, t11.cuisine_details AS cuisine_details_17, t11.path AS path_18, t11.created_at AS created_at_19, t11.updated_at AS updated_at_20, t11.created_by AS created_by_21, t11.updated_by AS updated_by_22, t11.sortable AS sortable_23, t11.produit_categorie_id AS produit_categorie_id_24 FROM menu_lot t0 INNER JOIN menu t11 ON t0.menu_id = t11.id WHERE t0.menu_id = ? ORDER BY t0.sortable ASC
Parameters:
[
26
]
|
| 7 | 0.47 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
52
]
|
| 8 | 0.42 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
169
]
|
| 9 | 0.38 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
170
]
|
| 10 | 0.41 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
53
]
|
| 11 | 0.39 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
126
]
|
| 12 | 0.36 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
127
]
|
| 13 | 0.49 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.type AS type_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.menu_id AS menu_id_10, t11.id AS id_12, t11.libelle AS libelle_13, t11.description AS description_14, t11.disponible AS disponible_15, t11.affichable AS affichable_16, t11.cuisine_details AS cuisine_details_17, t11.path AS path_18, t11.created_at AS created_at_19, t11.updated_at AS updated_at_20, t11.created_by AS created_by_21, t11.updated_by AS updated_by_22, t11.sortable AS sortable_23, t11.produit_categorie_id AS produit_categorie_id_24 FROM menu_lot t0 INNER JOIN menu t11 ON t0.menu_id = t11.id WHERE t0.menu_id = ? ORDER BY t0.sortable ASC
Parameters:
[
27
]
|
| 14 | 0.39 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
54
]
|
| 15 | 0.37 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
55
]
|
| 16 | 0.40 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
128
]
|
| 17 | 0.36 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
129
]
|
| 18 | 0.50 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.type AS type_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.menu_id AS menu_id_10, t11.id AS id_12, t11.libelle AS libelle_13, t11.description AS description_14, t11.disponible AS disponible_15, t11.affichable AS affichable_16, t11.cuisine_details AS cuisine_details_17, t11.path AS path_18, t11.created_at AS created_at_19, t11.updated_at AS updated_at_20, t11.created_by AS created_by_21, t11.updated_by AS updated_by_22, t11.sortable AS sortable_23, t11.produit_categorie_id AS produit_categorie_id_24 FROM menu_lot t0 INNER JOIN menu t11 ON t0.menu_id = t11.id WHERE t0.menu_id = ? ORDER BY t0.sortable ASC
Parameters:
[
28
]
|
| 19 | 0.37 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
56
]
|
| 20 | 0.37 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
57
]
|
| 21 | 0.45 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
130
]
|
| 22 | 0.50 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
131
]
|
| 23 | 0.53 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.type AS type_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.menu_id AS menu_id_10, t11.id AS id_12, t11.libelle AS libelle_13, t11.description AS description_14, t11.disponible AS disponible_15, t11.affichable AS affichable_16, t11.cuisine_details AS cuisine_details_17, t11.path AS path_18, t11.created_at AS created_at_19, t11.updated_at AS updated_at_20, t11.created_by AS created_by_21, t11.updated_by AS updated_by_22, t11.sortable AS sortable_23, t11.produit_categorie_id AS produit_categorie_id_24 FROM menu_lot t0 INNER JOIN menu t11 ON t0.menu_id = t11.id WHERE t0.menu_id = ? ORDER BY t0.sortable ASC
Parameters:
[
29
]
|
| 24 | 0.45 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
58
]
|
| 25 | 0.39 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
59
]
|
| 26 | 0.38 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
133
]
|
| 27 | 0.45 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
134
]
|
| 28 | 0.51 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.type AS type_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.menu_id AS menu_id_10, t11.id AS id_12, t11.libelle AS libelle_13, t11.description AS description_14, t11.disponible AS disponible_15, t11.affichable AS affichable_16, t11.cuisine_details AS cuisine_details_17, t11.path AS path_18, t11.created_at AS created_at_19, t11.updated_at AS updated_at_20, t11.created_by AS created_by_21, t11.updated_by AS updated_by_22, t11.sortable AS sortable_23, t11.produit_categorie_id AS produit_categorie_id_24 FROM menu_lot t0 INNER JOIN menu t11 ON t0.menu_id = t11.id WHERE t0.menu_id = ? ORDER BY t0.sortable ASC
Parameters:
[
30
]
|
| 29 | 0.42 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
60
]
|
| 30 | 0.39 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
61
]
|
| 31 | 0.45 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
135
]
|
| 32 | 0.37 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
136
]
|
| 33 | 0.54 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.type AS type_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.menu_id AS menu_id_10, t11.id AS id_12, t11.libelle AS libelle_13, t11.description AS description_14, t11.disponible AS disponible_15, t11.affichable AS affichable_16, t11.cuisine_details AS cuisine_details_17, t11.path AS path_18, t11.created_at AS created_at_19, t11.updated_at AS updated_at_20, t11.created_by AS created_by_21, t11.updated_by AS updated_by_22, t11.sortable AS sortable_23, t11.produit_categorie_id AS produit_categorie_id_24 FROM menu_lot t0 INNER JOIN menu t11 ON t0.menu_id = t11.id WHERE t0.menu_id = ? ORDER BY t0.sortable ASC
Parameters:
[
31
]
|
| 34 | 0.37 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
62
]
|
| 35 | 0.38 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
63
]
|
| 36 | 0.37 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
137
]
|
| 37 | 0.37 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
138
]
|
| 38 | 0.52 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.type AS type_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.menu_id AS menu_id_10, t11.id AS id_12, t11.libelle AS libelle_13, t11.description AS description_14, t11.disponible AS disponible_15, t11.affichable AS affichable_16, t11.cuisine_details AS cuisine_details_17, t11.path AS path_18, t11.created_at AS created_at_19, t11.updated_at AS updated_at_20, t11.created_by AS created_by_21, t11.updated_by AS updated_by_22, t11.sortable AS sortable_23, t11.produit_categorie_id AS produit_categorie_id_24 FROM menu_lot t0 INNER JOIN menu t11 ON t0.menu_id = t11.id WHERE t0.menu_id = ? ORDER BY t0.sortable ASC
Parameters:
[
32
]
|
| 39 | 0.46 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
64
]
|
| 40 | 0.48 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
65
]
|
| 41 | 0.40 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
139
]
|
| 42 | 0.51 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.type AS type_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.menu_id AS menu_id_10, t11.id AS id_12, t11.libelle AS libelle_13, t11.description AS description_14, t11.disponible AS disponible_15, t11.affichable AS affichable_16, t11.cuisine_details AS cuisine_details_17, t11.path AS path_18, t11.created_at AS created_at_19, t11.updated_at AS updated_at_20, t11.created_by AS created_by_21, t11.updated_by AS updated_by_22, t11.sortable AS sortable_23, t11.produit_categorie_id AS produit_categorie_id_24 FROM menu_lot t0 INNER JOIN menu t11 ON t0.menu_id = t11.id WHERE t0.menu_id = ? ORDER BY t0.sortable ASC
Parameters:
[
33
]
|
| 43 | 0.43 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
66
]
|
| 44 | 0.48 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
67
]
|
| 45 | 0.38 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
140
]
|
| 46 | 0.40 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
141
]
|
| 47 | 0.52 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.type AS type_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.menu_id AS menu_id_10, t11.id AS id_12, t11.libelle AS libelle_13, t11.description AS description_14, t11.disponible AS disponible_15, t11.affichable AS affichable_16, t11.cuisine_details AS cuisine_details_17, t11.path AS path_18, t11.created_at AS created_at_19, t11.updated_at AS updated_at_20, t11.created_by AS created_by_21, t11.updated_by AS updated_by_22, t11.sortable AS sortable_23, t11.produit_categorie_id AS produit_categorie_id_24 FROM menu_lot t0 INNER JOIN menu t11 ON t0.menu_id = t11.id WHERE t0.menu_id = ? ORDER BY t0.sortable ASC
Parameters:
[
34
]
|
| 48 | 0.42 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
68
]
|
| 49 | 0.40 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
69
]
|
| 50 | 0.45 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
142
]
|
| 51 | 0.37 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
143
]
|
| 52 | 0.37 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.type AS type_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.menu_id AS menu_id_10, t11.id AS id_12, t11.libelle AS libelle_13, t11.description AS description_14, t11.disponible AS disponible_15, t11.affichable AS affichable_16, t11.cuisine_details AS cuisine_details_17, t11.path AS path_18, t11.created_at AS created_at_19, t11.updated_at AS updated_at_20, t11.created_by AS created_by_21, t11.updated_by AS updated_by_22, t11.sortable AS sortable_23, t11.produit_categorie_id AS produit_categorie_id_24 FROM menu_lot t0 INNER JOIN menu t11 ON t0.menu_id = t11.id WHERE t0.menu_id = ? ORDER BY t0.sortable ASC
Parameters:
[
35
]
|
| 53 | 0.31 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
70
]
|
| 54 | 0.27 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
71
]
|
| 55 | 0.27 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
144
]
|
| 56 | 0.28 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
132
]
|
| 57 | 0.26 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
145
]
|
| 58 | 0.33 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.type AS type_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.menu_id AS menu_id_10, t11.id AS id_12, t11.libelle AS libelle_13, t11.description AS description_14, t11.disponible AS disponible_15, t11.affichable AS affichable_16, t11.cuisine_details AS cuisine_details_17, t11.path AS path_18, t11.created_at AS created_at_19, t11.updated_at AS updated_at_20, t11.created_by AS created_by_21, t11.updated_by AS updated_by_22, t11.sortable AS sortable_23, t11.produit_categorie_id AS produit_categorie_id_24 FROM menu_lot t0 INNER JOIN menu t11 ON t0.menu_id = t11.id WHERE t0.menu_id = ? ORDER BY t0.sortable ASC
Parameters:
[
36
]
|
| 59 | 0.24 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
72
]
|
| 60 | 0.23 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
73
]
|
| 61 | 0.23 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
146
]
|
| 62 | 0.23 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
147
]
|
| 63 | 0.30 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.type AS type_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.menu_id AS menu_id_10, t11.id AS id_12, t11.libelle AS libelle_13, t11.description AS description_14, t11.disponible AS disponible_15, t11.affichable AS affichable_16, t11.cuisine_details AS cuisine_details_17, t11.path AS path_18, t11.created_at AS created_at_19, t11.updated_at AS updated_at_20, t11.created_by AS created_by_21, t11.updated_by AS updated_by_22, t11.sortable AS sortable_23, t11.produit_categorie_id AS produit_categorie_id_24 FROM menu_lot t0 INNER JOIN menu t11 ON t0.menu_id = t11.id WHERE t0.menu_id = ? ORDER BY t0.sortable ASC
Parameters:
[
37
]
|
| 64 | 0.22 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
74
]
|
| 65 | 0.24 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
75
]
|
| 66 | 0.24 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
148
]
|
| 67 | 0.32 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.type AS type_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.menu_id AS menu_id_10, t11.id AS id_12, t11.libelle AS libelle_13, t11.description AS description_14, t11.disponible AS disponible_15, t11.affichable AS affichable_16, t11.cuisine_details AS cuisine_details_17, t11.path AS path_18, t11.created_at AS created_at_19, t11.updated_at AS updated_at_20, t11.created_by AS created_by_21, t11.updated_by AS updated_by_22, t11.sortable AS sortable_23, t11.produit_categorie_id AS produit_categorie_id_24 FROM menu_lot t0 INNER JOIN menu t11 ON t0.menu_id = t11.id WHERE t0.menu_id = ? ORDER BY t0.sortable ASC
Parameters:
[
38
]
|
| 68 | 0.23 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
76
]
|
| 69 | 0.22 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
77
]
|
| 70 | 0.22 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
149
]
|
| 71 | 0.22 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
150
]
|
| 72 | 0.30 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.type AS type_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.menu_id AS menu_id_10, t11.id AS id_12, t11.libelle AS libelle_13, t11.description AS description_14, t11.disponible AS disponible_15, t11.affichable AS affichable_16, t11.cuisine_details AS cuisine_details_17, t11.path AS path_18, t11.created_at AS created_at_19, t11.updated_at AS updated_at_20, t11.created_by AS created_by_21, t11.updated_by AS updated_by_22, t11.sortable AS sortable_23, t11.produit_categorie_id AS produit_categorie_id_24 FROM menu_lot t0 INNER JOIN menu t11 ON t0.menu_id = t11.id WHERE t0.menu_id = ? ORDER BY t0.sortable ASC
Parameters:
[
39
]
|
| 73 | 0.23 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
78
]
|
| 74 | 0.23 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
79
]
|
| 75 | 0.23 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
151
]
|
| 76 | 0.24 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
171
]
|
| 77 | 0.26 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
152
]
|
| 78 | 0.33 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.type AS type_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.menu_id AS menu_id_10, t11.id AS id_12, t11.libelle AS libelle_13, t11.description AS description_14, t11.disponible AS disponible_15, t11.affichable AS affichable_16, t11.cuisine_details AS cuisine_details_17, t11.path AS path_18, t11.created_at AS created_at_19, t11.updated_at AS updated_at_20, t11.created_by AS created_by_21, t11.updated_by AS updated_by_22, t11.sortable AS sortable_23, t11.produit_categorie_id AS produit_categorie_id_24 FROM menu_lot t0 INNER JOIN menu t11 ON t0.menu_id = t11.id WHERE t0.menu_id = ? ORDER BY t0.sortable ASC
Parameters:
[
40
]
|
| 79 | 0.23 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
80
]
|
| 80 | 0.23 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
81
]
|
| 81 | 0.23 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
153
]
|
| 82 | 0.22 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
154
]
|
| 83 | 0.30 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.type AS type_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.menu_id AS menu_id_10, t11.id AS id_12, t11.libelle AS libelle_13, t11.description AS description_14, t11.disponible AS disponible_15, t11.affichable AS affichable_16, t11.cuisine_details AS cuisine_details_17, t11.path AS path_18, t11.created_at AS created_at_19, t11.updated_at AS updated_at_20, t11.created_by AS created_by_21, t11.updated_by AS updated_by_22, t11.sortable AS sortable_23, t11.produit_categorie_id AS produit_categorie_id_24 FROM menu_lot t0 INNER JOIN menu t11 ON t0.menu_id = t11.id WHERE t0.menu_id = ? ORDER BY t0.sortable ASC
Parameters:
[
41
]
|
| 84 | 0.23 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
82
]
|
| 85 | 0.22 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
83
]
|
| 86 | 0.24 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
155
]
|
| 87 | 0.24 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
156
]
|
| 88 | 0.23 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
157
]
|
| 89 | 0.30 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.type AS type_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.menu_id AS menu_id_10, t11.id AS id_12, t11.libelle AS libelle_13, t11.description AS description_14, t11.disponible AS disponible_15, t11.affichable AS affichable_16, t11.cuisine_details AS cuisine_details_17, t11.path AS path_18, t11.created_at AS created_at_19, t11.updated_at AS updated_at_20, t11.created_by AS created_by_21, t11.updated_by AS updated_by_22, t11.sortable AS sortable_23, t11.produit_categorie_id AS produit_categorie_id_24 FROM menu_lot t0 INNER JOIN menu t11 ON t0.menu_id = t11.id WHERE t0.menu_id = ? ORDER BY t0.sortable ASC
Parameters:
[
42
]
|
| 90 | 0.22 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
84
]
|
| 91 | 0.23 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
85
]
|
| 92 | 0.23 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
158
]
|
| 93 | 0.32 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.type AS type_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.menu_id AS menu_id_10, t11.id AS id_12, t11.libelle AS libelle_13, t11.description AS description_14, t11.disponible AS disponible_15, t11.affichable AS affichable_16, t11.cuisine_details AS cuisine_details_17, t11.path AS path_18, t11.created_at AS created_at_19, t11.updated_at AS updated_at_20, t11.created_by AS created_by_21, t11.updated_by AS updated_by_22, t11.sortable AS sortable_23, t11.produit_categorie_id AS produit_categorie_id_24 FROM menu_lot t0 INNER JOIN menu t11 ON t0.menu_id = t11.id WHERE t0.menu_id = ? ORDER BY t0.sortable ASC
Parameters:
[
43
]
|
| 94 | 0.24 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
86
]
|
| 95 | 0.24 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
87
]
|
| 96 | 0.24 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
159
]
|
| 97 | 0.25 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
160
]
|
| 98 | 0.32 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.type AS type_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.menu_id AS menu_id_10, t11.id AS id_12, t11.libelle AS libelle_13, t11.description AS description_14, t11.disponible AS disponible_15, t11.affichable AS affichable_16, t11.cuisine_details AS cuisine_details_17, t11.path AS path_18, t11.created_at AS created_at_19, t11.updated_at AS updated_at_20, t11.created_by AS created_by_21, t11.updated_by AS updated_by_22, t11.sortable AS sortable_23, t11.produit_categorie_id AS produit_categorie_id_24 FROM menu_lot t0 INNER JOIN menu t11 ON t0.menu_id = t11.id WHERE t0.menu_id = ? ORDER BY t0.sortable ASC
Parameters:
[
44
]
|
| 99 | 0.23 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
88
]
|
| 100 | 0.23 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
89
]
|
| 101 | 0.23 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
161
]
|
| 102 | 0.23 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
162
]
|
| 103 | 0.24 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
163
]
|
| 104 | 0.31 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.type AS type_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.menu_id AS menu_id_10, t11.id AS id_12, t11.libelle AS libelle_13, t11.description AS description_14, t11.disponible AS disponible_15, t11.affichable AS affichable_16, t11.cuisine_details AS cuisine_details_17, t11.path AS path_18, t11.created_at AS created_at_19, t11.updated_at AS updated_at_20, t11.created_by AS created_by_21, t11.updated_by AS updated_by_22, t11.sortable AS sortable_23, t11.produit_categorie_id AS produit_categorie_id_24 FROM menu_lot t0 INNER JOIN menu t11 ON t0.menu_id = t11.id WHERE t0.menu_id = ? ORDER BY t0.sortable ASC
Parameters:
[
45
]
|
| 105 | 0.23 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
90
]
|
| 106 | 0.26 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
91
]
|
| 107 | 0.27 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
164
]
|
| 108 | 0.32 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.type AS type_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.menu_id AS menu_id_10, t11.id AS id_12, t11.libelle AS libelle_13, t11.description AS description_14, t11.disponible AS disponible_15, t11.affichable AS affichable_16, t11.cuisine_details AS cuisine_details_17, t11.path AS path_18, t11.created_at AS created_at_19, t11.updated_at AS updated_at_20, t11.created_by AS created_by_21, t11.updated_by AS updated_by_22, t11.sortable AS sortable_23, t11.produit_categorie_id AS produit_categorie_id_24 FROM menu_lot t0 INNER JOIN menu t11 ON t0.menu_id = t11.id WHERE t0.menu_id = ? ORDER BY t0.sortable ASC
Parameters:
[
46
]
|
| 109 | 0.24 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
92
]
|
| 110 | 0.24 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
93
]
|
| 111 | 0.26 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
180
]
|
| 112 | 0.34 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.type AS type_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.menu_id AS menu_id_10, t11.id AS id_12, t11.libelle AS libelle_13, t11.description AS description_14, t11.disponible AS disponible_15, t11.affichable AS affichable_16, t11.cuisine_details AS cuisine_details_17, t11.path AS path_18, t11.created_at AS created_at_19, t11.updated_at AS updated_at_20, t11.created_by AS created_by_21, t11.updated_by AS updated_by_22, t11.sortable AS sortable_23, t11.produit_categorie_id AS produit_categorie_id_24 FROM menu_lot t0 INNER JOIN menu t11 ON t0.menu_id = t11.id WHERE t0.menu_id = ? ORDER BY t0.sortable ASC
Parameters:
[
47
]
|
| 113 | 0.25 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
94
]
|
| 114 | 0.31 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.type AS type_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.menu_id AS menu_id_10, t11.id AS id_12, t11.libelle AS libelle_13, t11.description AS description_14, t11.disponible AS disponible_15, t11.affichable AS affichable_16, t11.cuisine_details AS cuisine_details_17, t11.path AS path_18, t11.created_at AS created_at_19, t11.updated_at AS updated_at_20, t11.created_by AS created_by_21, t11.updated_by AS updated_by_22, t11.sortable AS sortable_23, t11.produit_categorie_id AS produit_categorie_id_24 FROM menu_lot t0 INNER JOIN menu t11 ON t0.menu_id = t11.id WHERE t0.menu_id = ? ORDER BY t0.sortable ASC
Parameters:
[
74
]
|
| 115 | 0.26 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
147
]
|
| 116 | 0.26 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
148
]
|
| 117 | 0.38 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.produit_categorie_id = ? ORDER BY t0.sortable ASC, t0.affichable DESC
Parameters:
[
6
]
|
| 118 | 0.40 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 INNER JOIN produit_planning ON t0.id = produit_planning.produit_id WHERE produit_planning.planning_id = ?
Parameters:
[
2633
]
|
| 119 | 0.33 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.disponible AS disponible_4, t0.affichable AS affichable_5, t0.cuisine_details AS cuisine_details_6, t0.path AS path_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.created_by AS created_by_10, t0.updated_by AS updated_by_11, t0.sortable AS sortable_12, t0.produit_categorie_id AS produit_categorie_id_13 FROM menu t0 WHERE t0.produit_categorie_id = ? ORDER BY t0.sortable ASC, t0.affichable DESC
Parameters:
[
10
]
|
| 120 | 0.34 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.type AS type_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.menu_id AS menu_id_10, t11.id AS id_12, t11.libelle AS libelle_13, t11.description AS description_14, t11.disponible AS disponible_15, t11.affichable AS affichable_16, t11.cuisine_details AS cuisine_details_17, t11.path AS path_18, t11.created_at AS created_at_19, t11.updated_at AS updated_at_20, t11.created_by AS created_by_21, t11.updated_by AS updated_by_22, t11.sortable AS sortable_23, t11.produit_categorie_id AS produit_categorie_id_24 FROM menu_lot t0 INNER JOIN menu t11 ON t0.menu_id = t11.id WHERE t0.menu_id = ? ORDER BY t0.sortable ASC
Parameters:
[
49
]
|
| 121 | 0.24 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
97
]
|
| 122 | 0.24 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
165
]
|
| 123 | 0.23 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
167
]
|
| 124 | 0.22 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
166
]
|
| 125 | 0.22 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
168
]
|
| 126 | 0.32 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
98
]
|
| 127 | 0.23 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.id = ?
Parameters:
[
172
]
|
| 128 | 0.28 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.produit_categorie_id = ? ORDER BY t0.sortable ASC, t0.affichable DESC
Parameters:
[
10
]
|
| 129 | 0.26 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.disponible AS disponible_4, t0.affichable AS affichable_5, t0.cuisine_details AS cuisine_details_6, t0.path AS path_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.created_by AS created_by_10, t0.updated_by AS updated_by_11, t0.sortable AS sortable_12, t0.produit_categorie_id AS produit_categorie_id_13 FROM menu t0 WHERE t0.produit_categorie_id = ? ORDER BY t0.sortable ASC, t0.affichable DESC
Parameters:
[
9
]
|
| 130 | 0.30 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.type AS type_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.menu_id AS menu_id_10, t11.id AS id_12, t11.libelle AS libelle_13, t11.description AS description_14, t11.disponible AS disponible_15, t11.affichable AS affichable_16, t11.cuisine_details AS cuisine_details_17, t11.path AS path_18, t11.created_at AS created_at_19, t11.updated_at AS updated_at_20, t11.created_by AS created_by_21, t11.updated_by AS updated_by_22, t11.sortable AS sortable_23, t11.produit_categorie_id AS produit_categorie_id_24 FROM menu_lot t0 INNER JOIN menu t11 ON t0.menu_id = t11.id WHERE t0.menu_id = ? ORDER BY t0.sortable ASC
Parameters:
[
48
]
|
| 131 | 0.31 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
95
]
|
| 132 | 0.29 ms |
SELECT t0.id AS id_1, t0.prix_ttc AS prix_ttc_2, t0.taux_tva AS taux_tva_3, t0.supplement_tarif_ttc AS supplement_tarif_ttc_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.created_by AS created_by_7, t0.updated_by AS updated_by_8, t0.sortable AS sortable_9, t0.produit_id AS produit_id_10, t0.menu_lot_id AS menu_lot_id_11 FROM menu_lot_produit t0 WHERE t0.menu_lot_id = ?
Parameters:
[
96
]
|
| 133 | 0.25 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.produit_categorie_id = ? ORDER BY t0.sortable ASC, t0.affichable DESC
Parameters:
[
9
]
|
| 134 | 0.22 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.disponible AS disponible_4, t0.affichable AS affichable_5, t0.cuisine_details AS cuisine_details_6, t0.path AS path_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.created_by AS created_by_10, t0.updated_by AS updated_by_11, t0.sortable AS sortable_12, t0.produit_categorie_id AS produit_categorie_id_13 FROM menu t0 WHERE t0.produit_categorie_id = ? ORDER BY t0.sortable ASC, t0.affichable DESC
Parameters:
[
7
]
|
| 135 | 0.35 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.produit_categorie_id = ? ORDER BY t0.sortable ASC, t0.affichable DESC
Parameters:
[
7
]
|
| 136 | 0.25 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.description AS description_3, t0.disponible AS disponible_4, t0.affichable AS affichable_5, t0.cuisine_details AS cuisine_details_6, t0.path AS path_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.created_by AS created_by_10, t0.updated_by AS updated_by_11, t0.sortable AS sortable_12, t0.produit_categorie_id AS produit_categorie_id_13 FROM menu t0 WHERE t0.produit_categorie_id = ? ORDER BY t0.sortable ASC, t0.affichable DESC
Parameters:
[
8
]
|
| 137 | 0.52 ms |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.libelle_complement AS libelle_complement_3, t0.description AS description_4, t0.prix_ttc AS prix_ttc_5, t0.taux_tva AS taux_tva_6, t0.commandable_seul AS commandable_seul_7, t0.disponible AS disponible_8, t0.affichable AS affichable_9, t0.ordre_impression_cuisine AS ordre_impression_cuisine_10, t0.path AS path_11, t0.created_at AS created_at_12, t0.updated_at AS updated_at_13, t0.created_by AS created_by_14, t0.updated_by AS updated_by_15, t0.sortable AS sortable_16, t0.produit_categorie_id AS produit_categorie_id_17 FROM produit t0 WHERE t0.produit_categorie_id = ? ORDER BY t0.sortable ASC, t0.affichable DESC
Parameters:
[
8
]
|
| 138 | 0.80 ms |
SELECT c0_.id AS id_0, c0_.code AS code_1, c0_.pourcentage AS pourcentage_2, c0_.date_validite AS date_validite_3, c0_.active AS active_4, c0_.activation_automatique AS activation_automatique_5, c0_.maximum_reduction AS maximum_reduction_6, c0_.maximum_utilisation AS maximum_utilisation_7, c0_.created_by AS created_by_8, c0_.updated_by AS updated_by_9, c0_.commande_generatrice_id AS commande_generatrice_id_10 FROM code_promo c0_ WHERE c0_.date_validite >= ? AND c0_.active = ? AND c0_.activation_automatique = ? ORDER BY c0_.id ASC LIMIT 1
Parameters:
[ "2025-12-10 11:31:06" 1 1 ] |
| 139 | 0.25 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.libelle AS libelle_3, t0.valeur AS valeur_4, t0.type AS type_5 FROM parametre t0 WHERE t0.label = ? LIMIT 1
Parameters:
[
"nom_site"
]
|
| 140 | 0.22 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.libelle AS libelle_3, t0.valeur AS valeur_4, t0.type AS type_5 FROM parametre t0 WHERE t0.label = ? LIMIT 1
Parameters:
[
"nom_site"
]
|
| 141 | 0.22 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.libelle AS libelle_3, t0.valeur AS valeur_4, t0.type AS type_5 FROM parametre t0 WHERE t0.label = ? LIMIT 1
Parameters:
[
"nom_site"
]
|
| 142 | 0.23 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.libelle AS libelle_3, t0.valeur AS valeur_4, t0.type AS type_5 FROM parametre t0 WHERE t0.label = ? LIMIT 1
Parameters:
[
"site_ecommerce"
]
|
| 143 | 0.21 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.libelle AS libelle_3, t0.valeur AS valeur_4, t0.type AS type_5 FROM parametre t0 WHERE t0.label = ? LIMIT 1
Parameters:
[
"site_ecommerce"
]
|
| 144 | 0.21 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.libelle AS libelle_3, t0.valeur AS valeur_4, t0.type AS type_5 FROM parametre t0 WHERE t0.label = ? LIMIT 1
Parameters:
[
"logo"
]
|
| 145 | 0.20 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.libelle AS libelle_3, t0.valeur AS valeur_4, t0.type AS type_5 FROM parametre t0 WHERE t0.label = ? LIMIT 1
Parameters:
[
"nom_site"
]
|
| 146 | 0.21 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.libelle AS libelle_3, t0.valeur AS valeur_4, t0.type AS type_5 FROM parametre t0 WHERE t0.label = ? LIMIT 1
Parameters:
[
"nom_site"
]
|
| 147 | 0.22 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.libelle AS libelle_3, t0.valeur AS valeur_4, t0.type AS type_5 FROM parametre t0 WHERE t0.label = ? LIMIT 1
Parameters:
[
"site_internet"
]
|
| 148 | 0.21 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.libelle AS libelle_3, t0.valeur AS valeur_4, t0.type AS type_5 FROM parametre t0 WHERE t0.label = ? LIMIT 1
Parameters:
[
"site_internet"
]
|
| 149 | 0.21 ms |
SELECT t0.id AS id_1, t0.label AS label_2, t0.libelle AS libelle_3, t0.valeur AS valeur_4, t0.type AS type_5 FROM parametre t0 WHERE t0.label = ? LIMIT 1
Parameters:
[
"nom_site"
]
|
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\MenuLotProduit | 236 |
| App\Entity\Produit | 86 |
| App\Entity\MenuLot | 49 |
| App\Entity\Menu | 25 |
| App\Entity\Planning | 8 |
| App\Entity\Emplacement | 8 |
| App\Entity\ProduitCategorie | 5 |
| App\Entity\Parametre | 4 |
| App\Entity\Camion | 3 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Planning | No errors. |
| App\Entity\Camion | No errors. |
| App\Entity\Emplacement | No errors. |
| App\Entity\Commande | No errors. |
| App\Entity\CreneauBloque | No errors. |
| App\Entity\Produit | No errors. |
| App\Entity\ProduitCategorie | No errors. |
| App\Entity\Menu | No errors. |
| App\Entity\MenuLot | No errors. |
| App\Entity\CommandeMenu | No errors. |
| App\Entity\MenuLotProduit | No errors. |
| App\Entity\CommandeMenuLot | No errors. |
| App\Entity\CommandeProduit | No errors. |
| App\Entity\CodePromo | No errors. |
| App\Entity\Parametre | No errors. |