0.62 ms (22.17%)
|
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, t0.carousel_image1 AS carousel_image1_15, t0.carousel_image2 AS carousel_image2_16, t0.carousel_image3 AS carousel_image3_17, t0.carousel_image4 AS carousel_image4_18, t0.carousel_image5 AS carousel_image5_19 FROM stage t0 ORDER BY t0.date_debut DESC LIMIT 4
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, t0.carousel_image1 AS carousel_image1_15, t0.carousel_image2 AS carousel_image2_16, t0.carousel_image3 AS carousel_image3_17, t0.carousel_image4 AS carousel_image4_18, t0.carousel_image5 AS carousel_image5_19 FROM stage t0 ORDER BY t0.date_debut DESC LIMIT 4;
|
0.55 ms (19.72%)
|
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 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 1;
|
0.54 ms (19.32%)
|
1 |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.lien AS lien_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.ordre AS ordre_7, t0.actif AS actif_8 FROM partenaire t0 WHERE t0.actif = ? ORDER BY t0.ordre ASC, t0.created_at DESC
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.image AS image_3, t0.lien AS lien_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.ordre AS ordre_7, t0.actif AS actif_8 FROM partenaire t0 WHERE t0.actif = 1 ORDER BY t0.ordre ASC, t0.created_at DESC;
|
0.30 ms (10.74%)
|
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 OFFSET 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 OFFSET 1;
|
0.23 ms (8.11%)
|
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 3
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 3;
|