0.52 ms (22.29%)
|
1 |
SELECT t0.id AS id_1, t0.text AS text_2 FROM dictionnaire t0
SELECT t0.id AS id_1, t0.text AS text_2 FROM dictionnaire t0;
|
0.47 ms (20.20%)
|
1 |
SELECT t0.id AS id_1, t0.document AS document_2, t0.pages AS pages_3, t0.titre AS titre_4, t0.stage_id AS stage_id_5, t0.page_id AS page_id_6 FROM document t0 WHERE t0.stage_id = ?
SELECT t0.id AS id_1, t0.document AS document_2, t0.pages AS pages_3, t0.titre AS titre_4, t0.stage_id AS stage_id_5, t0.page_id AS page_id_6 FROM document t0 WHERE t0.stage_id = '5';
|
0.31 ms (13.30%)
|
1 |
SELECT t0.id AS id_1, t0.date AS date_2, t0.titre AS titre_3, t0.introduction AS introduction_4, t0.image AS image_5 FROM actualites t0 ORDER BY t0.date DESC LIMIT 4
SELECT t0.id AS id_1, t0.date AS date_2, t0.titre AS titre_3, t0.introduction AS introduction_4, t0.image AS image_5 FROM actualites t0 ORDER BY t0.date DESC LIMIT 4;
|
0.28 ms (11.75%)
|
1 |
SELECT t0.id AS id_1, t0.date_debut AS date_debut_2, t0.date_fin AS date_fin_3, t0.active AS active_4, t0.stage_id AS stage_id_5 FROM semaine_stage t0 WHERE t0.stage_id = ?
SELECT t0.id AS id_1, t0.date_debut AS date_debut_2, t0.date_fin AS date_fin_3, t0.active AS active_4, t0.stage_id AS stage_id_5 FROM semaine_stage t0 WHERE t0.stage_id = 5;
|
0.27 ms (11.38%)
|
1 |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.date_debut AS date_debut_3, t0.date_fin AS date_fin_4, t0.image AS image_5, t0.formule1 AS formule1_6, t0.formule2 AS formule2_7, t0.infos_pratiques AS infos_pratiques_8, t0.document_inscription AS document_inscription_9, t0.niveaux AS niveaux_10, t0.date_limite AS date_limite_11, t0.inscription_allow AS inscription_allow_12, t0.nb_jours AS nb_jours_13, t0.type AS type_14 FROM stage t0 WHERE t0.id = ? LIMIT 1
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.date_debut AS date_debut_3, t0.date_fin AS date_fin_4, t0.image AS image_5, t0.formule1 AS formule1_6, t0.formule2 AS formule2_7, t0.infos_pratiques AS infos_pratiques_8, t0.document_inscription AS document_inscription_9, t0.niveaux AS niveaux_10, t0.date_limite AS date_limite_11, t0.inscription_allow AS inscription_allow_12, t0.nb_jours AS nb_jours_13, t0.type AS type_14 FROM stage t0 WHERE t0.id = '5' LIMIT 1;
|
0.26 ms (11.25%)
|
1 |
SELECT t0.id AS id_1, t0.annee AS annee_2, t0.titre AS titre_3, t0.description AS description_4, t0.image1 AS image1_5, t0.image2 AS image2_6, t0.image3 AS image3_7, t0.image4 AS image4_8, t0.image5 AS image5_9, t0.actif AS actif_10, t0.stage_id AS stage_id_11 FROM carousel_stage t0 WHERE t0.stage_id = ?
SELECT t0.id AS id_1, t0.annee AS annee_2, t0.titre AS titre_3, t0.description AS description_4, t0.image1 AS image1_5, t0.image2 AS image2_6, t0.image3 AS image3_7, t0.image4 AS image4_8, t0.image5 AS image5_9, t0.actif AS actif_10, t0.stage_id AS stage_id_11 FROM carousel_stage t0 WHERE t0.stage_id = 5;
|
0.23 ms (9.84%)
|
1 |
SELECT t0.id AS id_1, t0.date AS date_2, t0.horaire AS horaire_3, t0.categorie AS categorie_4, t0.active AS active_5, t0.stage_id AS stage_id_6 FROM semaine_stage_adulte t0 WHERE t0.stage_id = ?
SELECT t0.id AS id_1, t0.date AS date_2, t0.horaire AS horaire_3, t0.categorie AS categorie_4, t0.active AS active_5, t0.stage_id AS stage_id_6 FROM semaine_stage_adulte t0 WHERE t0.stage_id = 5;
|