1.36 ms (21.54%)
|
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 = 10;
|
1.23 ms (19.46%)
|
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 = 10;
|
0.95 ms (15.02%)
|
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 = 4;
|
0.91 ms (14.33%)
|
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 = 2;
|
0.61 ms (9.56%)
|
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 = '2' LIMIT 1;
|
0.38 ms (5.95%)
|
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 <> '2' ORDER BY a0_.date DESC LIMIT 4;
|
0.35 ms (5.58%)
|
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 = 2 ORDER BY t0.ordre ASC;
|
0.28 ms (4.45%)
|
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: [
"2024-11-30 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 > '2024-11-30 00:00:00' ORDER BY a0_.date ASC LIMIT 1;
|
0.26 ms (4.10%)
|
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: [
"2024-11-30 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 < '2024-11-30 00:00:00' ORDER BY a0_.date DESC LIMIT 1;
|