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

Query Metrics

146 Database Queries
12 Different statements
38.27 ms Query time
0 Invalid entities
369 Managed entities

Queries

Group similar statements

# Time Info
1 0.52 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:
[
  "2630"
]
2 2.73 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.32 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
  15
  11
  3
  4
  12
  22
]
4 0.29 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:
[
  4
]
5 0.34 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:
[
  11
]
6 0.35 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:
[
  50
]
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:
[
  99
]
8 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:
[
  250
]
9 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:
[
  249
]
10 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:
[
  52
]
11 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:
[
  102
]
12 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:
[
  103
]
13 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:
[
  215
]
14 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:
[
  216
]
15 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:
[
  53
]
16 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:
[
  104
]
17 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:
[
  105
]
18 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:
[
  217
]
19 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:
[
  218
]
20 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:
[
  54
]
21 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:
[
  106
]
22 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:
[
  107
]
23 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:
[
  219
]
24 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:
[
  247
]
25 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:
[
  55
]
26 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:
[
  108
]
27 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:
[
  109
]
28 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:
[
  223
]
29 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:
[
  222
]
30 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:
[
  56
]
31 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:
[
  110
]
32 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:
[
  111
]
33 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:
[
  224
]
34 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:
[
  220
]
35 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:
[
  225
]
36 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:
[
  57
]
37 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:
[
  112
]
38 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:
[
  113
]
39 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:
[
  229
]
40 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:
[
  228
]
41 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:
[
  58
]
42 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:
[
  114
]
43 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:
[
  115
]
44 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:
[
  230
]
45 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:
[
  231
]
46 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:
[
  262
]
47 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:
[
  59
]
48 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:
[
  116
]
49 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:
[
  117
]
50 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:
[
  235
]
51 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:
[
  233
]
52 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:
[
  244
]
53 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:
[
  258
]
54 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:
[
  60
]
55 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:
[
  118
]
56 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:
[
  119
]
57 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:
[
  236
]
58 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:
[
  257
]
59 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:
[
  61
]
60 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:
[
  120
]
61 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:
[
  121
]
62 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:
[
  237
]
63 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:
[
  239
]
64 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:
[
  238
]
65 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:
[
  62
]
66 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:
[
  122
]
67 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:
[
  123
]
68 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:
[
  259
]
69 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:
[
  63
]
70 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:
[
  124
]
71 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:
[
  125
]
72 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:
[
  221
]
73 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:
[
  64
]
74 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:
[
  126
]
75 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:
[
  127
]
76 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:
[
  226
]
77 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:
[
  65
]
78 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:
[
  128
]
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:
[
  129
]
80 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:
[
  227
]
81 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:
[
  66
]
82 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:
[
  130
]
83 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:
[
  131
]
84 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:
[
  232
]
85 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:
[
  260
]
86 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:
[
  67
]
87 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:
[
  132
]
88 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:
[
  144
]
89 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:
[
  68
]
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:
[
  133
]
91 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:
[
  134
]
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:
[
  234
]
93 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:
[
  69
]
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:
[
  136
]
95 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:
[
  137
]
96 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:
[
  240
]
97 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:
[
  70
]
98 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:
[
  138
]
99 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:
[
  139
]
100 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:
[
  241
]
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:
[
  242
]
102 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:
[
  71
]
103 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:
[
  140
]
104 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:
[
  141
]
105 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:
[
  243
]
106 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:
[
  256
]
107 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:
[
  255
]
108 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:
[
  72
]
109 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:
[
  142
]
110 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:
[
  143
]
111 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:
[
  184
]
112 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:
[
  264
]
113 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:
[
  75
]
114 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:
[
  149
]
115 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:
[
  150
]
116 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:
[
  11
]
117 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 INNER JOIN produit_planning ON t0.id = produit_planning.produit_id WHERE produit_planning.planning_id = ?
Parameters:
[
  2630
]
118 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:
[
  12
]
119 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:
[
  51
]
120 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:
[
  100
]
121 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:
[
  254
]
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:
[
  253
]
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:
[
  252
]
124 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:
[
  251
]
125 0.30 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:
[
  101
]
126 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:
[
  261
]
127 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:
[
  245
]
128 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.produit_categorie_id = ? ORDER BY t0.sortable ASC, t0.affichable DESC
Parameters:
[
  12
]
129 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:
[
  13
]
130 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:
[
  13
]
131 0.24 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:
[
  14
]
132 0.30 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:
[
  14
]
133 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:
[
  15
]
134 0.43 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:
[
  15
]
135 0.64 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:28:22"
  1
  1
]
136 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"
]
137 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"
]
138 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"
]
139 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_ecommerce"
]
140 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:
[
  "site_ecommerce"
]
141 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:
[
  "logo"
]
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:
[
  "nom_site"
]
143 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"
]
144 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_internet"
]
145 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_internet"
]
146 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"
]

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 186
App\Entity\Produit 84
App\Entity\MenuLot 47
App\Entity\Menu 24
App\Entity\Planning 8
App\Entity\Emplacement 8
App\Entity\ProduitCategorie 5
App\Entity\Parametre 4
App\Entity\Camion 3

Entities Mapping