GET https://prod-justpizza.nacorp.fr/s2/2629

Query Metrics

149 Database Queries
12 Different statements
34.62 ms Query time
0 Invalid entities
426 Managed entities

Queries

Group similar statements

# Time Info
1 0.43 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:
[
  "2629"
]
2 2.16 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.27 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:
[
  2
  15
  11
  3
  4
  12
  22
]
4 0.22 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:
[
  1
]
5 0.27 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:
[
  1
]
6 0.28 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:
[
  2
]
7 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:
[
  3
]
8 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:
[
  56
]
9 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:
[
  57
]
10 0.19 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:
[
  4
]
11 0.20 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:
[
  2
]
12 0.19 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:
[
  3
]
13 0.25 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:
[
  3
]
14 0.19 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:
[
  5
]
15 0.19 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:
[
  6
]
16 0.19 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:
[
  4
]
17 0.18 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:
[
  5
]
18 0.27 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:
[
  4
]
19 0.19 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:
[
  7
]
20 0.21 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:
[
  8
]
21 0.20 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:
[
  6
]
22 0.19 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:
[
  7
]
23 0.25 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:
[
  6
]
24 0.19 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:
[
  11
]
25 0.18 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:
[
  12
]
26 0.21 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:
[
  9
]
27 0.19 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:
[
  10
]
28 0.24 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:
[
  7
]
29 0.19 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:
[
  14
]
30 0.19 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:
[
  13
]
31 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:
[
  11
]
32 0.19 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:
[
  12
]
33 0.27 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:
[
  8
]
34 0.19 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:
[
  16
]
35 0.20 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:
[
  15
]
36 0.19 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:
[
  13
]
37 0.19 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:
[
  14
]
38 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:
[
  9
]
39 0.19 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:
[
  17
]
40 0.19 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:
[
  18
]
41 0.19 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:
[
  15
]
42 0.27 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:
[
  10
]
43 0.33 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:
[
  19
]
44 0.20 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:
[
  20
]
45 0.19 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:
[
  16
]
46 0.19 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:
[
  17
]
47 0.25 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:
[
  11
]
48 0.18 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:
[
  21
]
49 0.19 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:
[
  22
]
50 0.19 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:
[
  18
]
51 0.18 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:
[
  19
]
52 0.25 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:
[
  12
]
53 0.19 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:
[
  24
]
54 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:
[
  23
]
55 0.19 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:
[
  20
]
56 0.19 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:
[
  8
]
57 0.18 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:
[
  21
]
58 0.24 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:
[
  13
]
59 0.19 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:
[
  25
]
60 0.19 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:
[
  26
]
61 0.18 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:
[
  22
]
62 0.19 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:
[
  23
]
63 0.24 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:
[
  14
]
64 0.20 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:
[
  27
]
65 0.19 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:
[
  28
]
66 0.19 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:
[
  24
]
67 0.24 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:
[
  15
]
68 0.18 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:
[
  29
]
69 0.19 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:
[
  30
]
70 0.19 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:
[
  25
]
71 0.18 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:
[
  26
]
72 0.25 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:
[
  16
]
73 0.18 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:
[
  32
]
74 0.19 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:
[
  31
]
75 0.21 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:
[
  27
]
76 0.19 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:
[
  77
]
77 0.18 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:
[
  28
]
78 0.26 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:
[
  17
]
79 0.19 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:
[
  34
]
80 0.19 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:
[
  33
]
81 0.20 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:
[
  29
]
82 0.18 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:
[
  30
]
83 0.25 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:
[
  18
]
84 0.19 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:
[
  44
]
85 0.18 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:
[
  35
]
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:
[
  31
]
87 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:
[
  32
]
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:
[
  33
]
89 0.29 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:
[
  19
]
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:
[
  43
]
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:
[
  36
]
92 0.21 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:
[
  34
]
93 0.26 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:
[
  20
]
94 0.21 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:
[
  42
]
95 0.20 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:
[
  37
]
96 0.20 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:
[
  35
]
97 0.21 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:
[
  36
]
98 0.26 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:
[
  21
]
99 0.20 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:
[
  41
]
100 0.21 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:
[
  38
]
101 0.20 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:
[
  37
]
102 0.19 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:
[
  38
]
103 0.20 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:
[
  39
]
104 0.27 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:
[
  22
]
105 0.20 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:
[
  40
]
106 0.21 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:
[
  39
]
107 0.21 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:
[
  40
]
108 0.26 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:
[
  23
]
109 0.20 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:
[
  46
]
110 0.21 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:
[
  47
]
111 0.20 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:
[
  176
]
112 0.25 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:
[
  25
]
113 0.20 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:
[
  50
]
114 0.28 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:
[
  73
]
115 0.21 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:
[
  145
]
116 0.21 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:
[
  146
]
117 0.32 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:
[
  1
]
118 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 INNER JOIN produit_planning ON t0.id = produit_planning.produit_id WHERE produit_planning.planning_id = ?
Parameters:
[
  2629
]
119 0.23 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:
[
  5
]
120 0.26 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:
[
  1
]
121 0.20 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:
[
  1
]
122 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:
[
  41
]
123 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:
[
  42
]
124 0.20 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:
[
  44
]
125 0.21 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:
[
  43
]
126 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:
[
  2
]
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:
[
  89
]
128 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.produit_categorie_id = ? ORDER BY t0.sortable ASC, t0.affichable DESC
Parameters:
[
  5
]
129 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:
[
  4
]
130 0.28 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:
[
  5
]
131 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:
[
  9
]
132 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:
[
  10
]
133 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.produit_categorie_id = ? ORDER BY t0.sortable ASC, t0.affichable DESC
Parameters:
[
  4
]
134 0.21 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:
[
  2
]
135 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:
[
  2
]
136 0.23 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:
[
  3
]
137 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.produit_categorie_id = ? ORDER BY t0.sortable ASC, t0.affichable DESC
Parameters:
[
  3
]
138 0.59 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:29:05"
  1
  1
]
139 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:
[
  "nom_site"
]
140 0.17 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.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"
]
142 0.19 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.16 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.17 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.16 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.15 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.18 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.15 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.19 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 88
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