1.36 ms (23.16%)
|
3 |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.texte AS texte_3, t0.image AS image_4, t0.document AS document_5, t0.lien AS lien_6, t0.citation AS citation_7, t0.auteur AS auteur_8, t0.types_contenus_id AS types_contenus_id_9, t0.blocs_id AS blocs_id_10 FROM contenus t0 WHERE t0.blocs_id = ?
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.texte AS texte_3, t0.image AS image_4, t0.document AS document_5, t0.lien AS lien_6, t0.citation AS citation_7, t0.auteur AS auteur_8, t0.types_contenus_id AS types_contenus_id_9, t0.blocs_id AS blocs_id_10 FROM contenus t0 WHERE t0.blocs_id = 28;
|
1.34 ms (22.93%)
|
3 |
SELECT t0.id AS id_1, t0.type AS type_2, t0.lignes_id AS lignes_id_3 FROM blocs t0 WHERE t0.lignes_id = ?
SELECT t0.id AS id_1, t0.type AS type_2, t0.lignes_id AS lignes_id_3 FROM blocs t0 WHERE t0.lignes_id = 24;
|
0.88 ms (15.09%)
|
1 |
SELECT t0.id AS id_1, t0.ordre AS ordre_2, t0.sections_id AS sections_id_3 FROM lignes t0 WHERE t0.sections_id = ?
SELECT t0.id AS id_1, t0.ordre AS ordre_2, t0.sections_id AS sections_id_3 FROM lignes t0 WHERE t0.sections_id = 5;
|
0.76 ms (13.04%)
|
1 |
SELECT t0.id AS id_1, t0.ordre AS ordre_2, t0.color AS color_3, t0.image AS image_4, t0.pages_id AS pages_id_5, t0.stages_id AS stages_id_6, t0.actualites_id AS actualites_id_7 FROM sections t0 WHERE t0.actualites_id = ?
SELECT t0.id AS id_1, t0.ordre AS ordre_2, t0.color AS color_3, t0.image AS image_4, t0.pages_id AS pages_id_5, t0.stages_id AS stages_id_6, t0.actualites_id AS actualites_id_7 FROM sections t0 WHERE t0.actualites_id = 10;
|
0.37 ms (6.35%)
|
1 |
SELECT a0_.id AS id_0, a0_.date AS date_1, a0_.titre AS titre_2, a0_.introduction AS introduction_3, a0_.image AS image_4 FROM actualites a0_ WHERE a0_.id <> ? ORDER BY a0_.date DESC LIMIT 4
SELECT a0_.id AS id_0, a0_.date AS date_1, a0_.titre AS titre_2, a0_.introduction AS introduction_3, a0_.image AS image_4 FROM actualites a0_ WHERE a0_.id <> '10' ORDER BY a0_.date DESC LIMIT 4;
|
0.32 ms (5.53%)
|
1 |
SELECT a0_.id AS id_0, a0_.date AS date_1, a0_.titre AS titre_2, a0_.introduction AS introduction_3, a0_.image AS image_4 FROM actualites a0_ WHERE a0_.date < ? ORDER BY a0_.date DESC LIMIT 1
Parameters: [
"2025-04-03 00:00:00"
]
SELECT a0_.id AS id_0, a0_.date AS date_1, a0_.titre AS titre_2, a0_.introduction AS introduction_3, a0_.image AS image_4 FROM actualites a0_ WHERE a0_.date < '2025-04-03 00:00:00' ORDER BY a0_.date DESC LIMIT 1;
|
0.29 ms (5.03%)
|
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 WHERE t0.id = ? 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 WHERE t0.id = '10' LIMIT 1;
|
0.27 ms (4.56%)
|
1 |
SELECT t0.id AS id_1, t0.ordre AS ordre_2, t0.color AS color_3, t0.image AS image_4, t0.pages_id AS pages_id_5, t0.stages_id AS stages_id_6, t0.actualites_id AS actualites_id_7 FROM sections t0 WHERE t0.actualites_id = ? ORDER BY t0.ordre ASC
SELECT t0.id AS id_1, t0.ordre AS ordre_2, t0.color AS color_3, t0.image AS image_4, t0.pages_id AS pages_id_5, t0.stages_id AS stages_id_6, t0.actualites_id AS actualites_id_7 FROM sections t0 WHERE t0.actualites_id = 10 ORDER BY t0.ordre ASC;
|
0.25 ms (4.30%)
|
1 |
SELECT a0_.id AS id_0, a0_.date AS date_1, a0_.titre AS titre_2, a0_.introduction AS introduction_3, a0_.image AS image_4 FROM actualites a0_ WHERE a0_.date > ? ORDER BY a0_.date ASC LIMIT 1
Parameters: [
"2025-04-03 00:00:00"
]
SELECT a0_.id AS id_0, a0_.date AS date_1, a0_.titre AS titre_2, a0_.introduction AS introduction_3, a0_.image AS image_4 FROM actualites a0_ WHERE a0_.date > '2025-04-03 00:00:00' ORDER BY a0_.date ASC LIMIT 1;
|