1.71 ms (29.44%)
|
1 |
SELECT h0_.id AS id_0, h0_.contenu AS contenu_1, h0_.linkto AS linkto_2, h0_.image_name AS image_name_3, h0_.updated_at AS updated_at_4, h0_.actif AS actif_5 FROM homepub h0_ ORDER BY h0_.id DESC LIMIT 1
SELECT h0_.id AS id_0, h0_.contenu AS contenu_1, h0_.linkto AS linkto_2, h0_.image_name AS image_name_3, h0_.updated_at AS updated_at_4, h0_.actif AS actif_5 FROM homepub h0_ ORDER BY h0_.id DESC LIMIT 1;
|
1.35 ms (23.32%)
|
4 |
SELECT h0_.id AS id_0, h0_.designation AS designation_1, h0_.titre AS titre_2, h0_.contenu AS contenu_3, h0_.description AS description_4, h0_.linkto AS linkto_5, h0_.actif AS actif_6, h0_.homesection_name AS homesection_name_7, h0_.updated_at AS updated_at_8, h0_.background AS background_9 FROM homesection h0_ WHERE h0_.background = ? AND h0_.actif = ? ORDER BY h0_.id ASC
SELECT h0_.id AS id_0, h0_.designation AS designation_1, h0_.titre AS titre_2, h0_.contenu AS contenu_3, h0_.description AS description_4, h0_.linkto AS linkto_5, h0_.actif AS actif_6, h0_.homesection_name AS homesection_name_7, h0_.updated_at AS updated_at_8, h0_.background AS background_9 FROM homesection h0_ WHERE h0_.background = '0' AND h0_.actif = 1 ORDER BY h0_.id ASC;
|
0.57 ms (9.86%)
|
1 |
SELECT e0_.id AS id_0, e0_.designation AS designation_1, e0_.siteweb AS siteweb_2, e0_.entreprise_name AS entreprise_name_3, e0_.updated_at AS updated_at_4, e0_.type AS type_5, e0_.description AS description_6, e0_.actif AS actif_7 FROM entreprise e0_ WHERE e0_.type = ? AND e0_.actif = ? ORDER BY e0_.id DESC
Parameters: [
"Partenaire"
1
]
SELECT e0_.id AS id_0, e0_.designation AS designation_1, e0_.siteweb AS siteweb_2, e0_.entreprise_name AS entreprise_name_3, e0_.updated_at AS updated_at_4, e0_.type AS type_5, e0_.description AS description_6, e0_.actif AS actif_7 FROM entreprise e0_ WHERE e0_.type = 'Partenaire' AND e0_.actif = 1 ORDER BY e0_.id DESC;
|
0.53 ms (9.07%)
|
1 |
SELECT t0.id AS id_1, t0.description AS description_2, t0.titre AS titre_3, t0.homesection_id AS homesection_id_4 FROM sectionpoint t0 WHERE t0.homesection_id = ?
SELECT t0.id AS id_1, t0.description AS description_2, t0.titre AS titre_3, t0.homesection_id AS homesection_id_4 FROM sectionpoint t0 WHERE t0.homesection_id = 3;
|
0.48 ms (8.33%)
|
1 |
SELECT r0_.id AS id_0, r0_.designation AS designation_1, r0_.actif AS actif_2, r0_.url AS url_3 FROM reseausocial r0_ WHERE r0_.actif = ? ORDER BY r0_.id ASC
SELECT r0_.id AS id_0, r0_.designation AS designation_1, r0_.actif AS actif_2, r0_.url AS url_3 FROM reseausocial r0_ WHERE r0_.actif = 1 ORDER BY r0_.id ASC;
|
0.43 ms (7.36%)
|
1 |
SELECT q0_.id AS id_0, q0_.question AS question_1, q0_.response AS response_2, q0_.for_home AS for_home_3, q0_.icone AS icone_4, q0_.questioncategory_id AS questioncategory_id_5 FROM question q0_ WHERE q0_.for_home = ?
SELECT q0_.id AS id_0, q0_.question AS question_1, q0_.response AS response_2, q0_.for_home AS for_home_3, q0_.icone AS icone_4, q0_.questioncategory_id AS questioncategory_id_5 FROM question q0_ WHERE q0_.for_home = 1;
|
0.37 ms (6.41%)
|
1 |
SELECT t0.id AS id_1, t0.titretab AS titretab_2, t0.contenu AS contenu_3 FROM hometab t0
SELECT t0.id AS id_1, t0.titretab AS titretab_2, t0.contenu AS contenu_3 FROM hometab t0;
|
0.36 ms (6.19%)
|
1 |
SELECT t0.id AS id_1, t0.designation AS designation_2 FROM shop_categorie t0
SELECT t0.id AS id_1, t0.designation AS designation_2 FROM shop_categorie t0;
|