| 1 |
2.17 ms |
SELECT t0.id AS id_1, t0.extension AS extension_2, t0.name AS name_3, t0.title AS title_4, t0.color AS color_5, t0.active AS active_6, t0.created_at AS created_at_7, t0.display_order AS display_order_8, t0.hauteur_mobile AS hauteur_mobile_9, t0.grand_titre AS grand_titre_10, t0.grand_title_color AS grand_title_color_11, t0.grand_title_font_size AS grand_title_font_size_12, t0.grand_title_font_family AS grand_title_font_family_13 FROM slideshow t0 WHERE t0.active = ? ORDER BY t0.display_order ASC LIMIT 1
SELECT t0.id AS id_1, t0.extension AS extension_2, t0.name AS name_3, t0.title AS title_4, t0.color AS color_5, t0.active AS active_6, t0.created_at AS created_at_7, t0.display_order AS display_order_8, t0.hauteur_mobile AS hauteur_mobile_9, t0.grand_titre AS grand_titre_10, t0.grand_title_color AS grand_title_color_11, t0.grand_title_font_size AS grand_title_font_size_12, t0.grand_title_font_family AS grand_title_font_family_13 FROM slideshow t0 WHERE t0.active = 1 ORDER BY t0.display_order ASC LIMIT 1;
|
| 2 |
2.02 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.titre AS titre_3, t0.description AS description_4, t0.icone AS icone_5 FROM textes t0
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.titre AS titre_3, t0.description AS description_4, t0.icone AS icone_5 FROM textes t0;
|
| 3 |
1.34 ms |
SELECT t0.id AS id_1, t0.token AS token_2, t0.titre AS titre_3, t0.slug AS slug_4, t0.description_courte AS description_courte_5, t0.description AS description_6, t0.date_creation AS date_creation_7, t0.image_id AS image_id_8 FROM actualite t0 ORDER BY t0.id DESC LIMIT 3
SELECT t0.id AS id_1, t0.token AS token_2, t0.titre AS titre_3, t0.slug AS slug_4, t0.description_courte AS description_courte_5, t0.description AS description_6, t0.date_creation AS date_creation_7, t0.image_id AS image_id_8 FROM actualite t0 ORDER BY t0.id DESC LIMIT 3;
|
| 4 |
1.96 ms |
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.nombre AS nombre_3, t0.commentaire AS commentaire_4, t0.approve AS approve_5, t0.date_creation AS date_creation_6, t0.user_id AS user_id_7 FROM avis t0 WHERE t0.approve = ? ORDER BY t0.id DESC LIMIT 20
SELECT t0.id AS id_1, t0.nom AS nom_2, t0.nombre AS nombre_3, t0.commentaire AS commentaire_4, t0.approve AS approve_5, t0.date_creation AS date_creation_6, t0.user_id AS user_id_7 FROM avis t0 WHERE t0.approve = 1 ORDER BY t0.id DESC LIMIT 20;
|
| 5 |
0.97 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.description AS description_3, t0.active AS active_4 FROM page t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.description AS description_3, t0.active AS active_4 FROM page t0 WHERE t0.id = 6;
|
| 6 |
0.38 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.description AS description_3, t0.active AS active_4 FROM page t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.description AS description_3, t0.active AS active_4 FROM page t0 WHERE t0.id = 7;
|
| 7 |
0.79 ms |
SELECT s0_.id AS id_0, s0_.extension AS extension_1, s0_.name AS name_2, s0_.title AS title_3, s0_.color AS color_4, s0_.active AS active_5, s0_.created_at AS created_at_6, s0_.display_order AS display_order_7, s0_.hauteur_mobile AS hauteur_mobile_8, s0_.grand_titre AS grand_titre_9, s0_.grand_title_color AS grand_title_color_10, s0_.grand_title_font_size AS grand_title_font_size_11, s0_.grand_title_font_family AS grand_title_font_family_12 FROM slideshow s0_ WHERE s0_.active = 1 ORDER BY s0_.display_order ASC
SELECT s0_.id AS id_0, s0_.extension AS extension_1, s0_.name AS name_2, s0_.title AS title_3, s0_.color AS color_4, s0_.active AS active_5, s0_.created_at AS created_at_6, s0_.display_order AS display_order_7, s0_.hauteur_mobile AS hauteur_mobile_8, s0_.grand_titre AS grand_titre_9, s0_.grand_title_color AS grand_title_color_10, s0_.grand_title_font_size AS grand_title_font_size_11, s0_.grand_title_font_family AS grand_title_font_family_12 FROM slideshow s0_ WHERE s0_.active = 1 ORDER BY s0_.display_order ASC;
|
| 8 |
1.05 ms |
SELECT t0.id AS id_1, t0.extension AS extension_2, t0.name AS name_3 FROM image t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.extension AS extension_2, t0.name AS name_3 FROM image t0 WHERE t0.id = 6;
|
| 9 |
0.36 ms |
SELECT t0.id AS id_1, t0.extension AS extension_2, t0.name AS name_3 FROM image t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.extension AS extension_2, t0.name AS name_3 FROM image t0 WHERE t0.id = 5;
|
| 10 |
0.32 ms |
SELECT t0.id AS id_1, t0.extension AS extension_2, t0.name AS name_3 FROM image t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.extension AS extension_2, t0.name AS name_3 FROM image t0 WHERE t0.id = 4;
|