0.45 ms (36.93%)
|
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.34 ms (27.81%)
|
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 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 FROM stage t0 ORDER BY t0.date_debut DESC LIMIT 4;
|
0.24 ms (19.54%)
|
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.19 ms (15.71%)
|
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;
|