1
2.28 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . code AS code_3 , t0 . status AS status_4 FROM language t0 WHERE t0 . code = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . code AS code_3 , t0 . status AS status_4 FROM language t0 WHERE t0 . code = 'fr' LIMIT 1 ;
Copy
2
3.91 ms
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . content AS content_3 , a0_ . actuality_id AS actuality_id_4 , a0_ . language_id AS language_id_5 FROM actuality_translation a0_ INNER JOIN actuality a1_ ON (a1_ . id = a0_ . actuality_id ) WHERE a1_ . status = ? AND a1_ . type = ? AND a0_ . language_id = ? ORDER BY a1_ . published DESC
SELECT a0_ . id AS id_0 , a0_ . name AS name_1 , a0_ . description AS description_2 , a0_ . content AS content_3 , a0_ . actuality_id AS actuality_id_4 , a0_ . language_id AS language_id_5 FROM actuality_translation a0_ INNER JOIN actuality a1_ ON (a1_ . id = a0_ . actuality_id ) WHERE a1_ . status = 1 AND a1_ . type = 1 AND a0_ . language_id = 169 ORDER BY a1_ . published DESC ;
Copy
3
1.02 ms
SELECT t0_ . id AS id_0 , t0_ . object AS object_1 , t0_ . name AS name_2 , t0_ . phone AS phone_3 , t0_ . email AS email_4 , t0_ . content AS content_5 , t0_ . created AS created_6 , t0_ . status AS status_7 , t0_ . language_id AS language_id_8 FROM testimonial t0_
SELECT t0_ . id AS id_0 , t0_ . object AS object_1 , t0_ . name AS name_2 , t0_ . phone AS phone_3 , t0_ . email AS email_4 , t0_ . content AS content_5 , t0_ . created AS created_6 , t0_ . status AS status_7 , t0_ . language_id AS language_id_8 FROM testimonial t0_ ;
Copy
4
1.27 ms
SELECT g0_ . id AS id_0 , g0_ . name AS name_1 , g0_ . description AS description_2 , g0_ . gallery_id AS gallery_id_3 , g0_ . language_id AS language_id_4 FROM gallery_translation g0_ INNER JOIN gallery g1_ ON (g1_ . id = g0_ . gallery_id ) WHERE g1_ . status = ? AND g0_ . language_id = ? ORDER BY g0_ . id DESC LIMIT 10
SELECT g0_ . id AS id_0 , g0_ . name AS name_1 , g0_ . description AS description_2 , g0_ . gallery_id AS gallery_id_3 , g0_ . language_id AS language_id_4 FROM gallery_translation g0_ INNER JOIN gallery g1_ ON (g1_ . id = g0_ . gallery_id ) WHERE g1_ . status = 1 AND g0_ . language_id = 169 ORDER BY g0_ . id DESC LIMIT 10 ;
Copy
5
0.59 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . logo AS logo_3 , t0 . url AS url_4 , t0 . status AS status_5 FROM partner t0 WHERE t0 . status = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . logo AS logo_3 , t0 . url AS url_4 , t0 . status AS status_5 FROM partner t0 WHERE t0 . status = 1 ;
Copy
6
0.58 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . code AS code_3 , t0 . status AS status_4 FROM language t0 WHERE t0 . code = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . code AS code_3 , t0 . status AS status_4 FROM language t0 WHERE t0 . code = 'fr' LIMIT 1 ;
Copy
7
0.19 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . code AS code_3 , t0 . status AS status_4 FROM language t0 WHERE t0 . code = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . code AS code_3 , t0 . status AS status_4 FROM language t0 WHERE t0 . code = 'fr' LIMIT 1 ;
Copy
8
0.34 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . logo AS logo_3 FROM departement t0
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . logo AS logo_3 FROM departement t0 ;
Copy
9
0.64 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . code AS code_3 , t0 . status AS status_4 FROM language t0 WHERE t0 . code = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . code AS code_3 , t0 . status AS status_4 FROM language t0 WHERE t0 . code = 'fr' LIMIT 1 ;
Copy
10
0.46 ms
SELECT t0 . id AS id_1 , t0 . uid AS uid_2 , t0 . title AS title_3 , t0 . image AS image_4 , t0 . video AS video_5 , t0 . display_image AS display_image_6 , t0 . display_video AS display_video_7 FROM section t0 WHERE t0 . uid = ? LIMIT 1
Parameters :
[
"page-home-section-light-motive "
]
SELECT t0 . id AS id_1 , t0 . uid AS uid_2 , t0 . title AS title_3 , t0 . image AS image_4 , t0 . video AS video_5 , t0 . display_image AS display_image_6 , t0 . display_video AS display_video_7 FROM section t0 WHERE t0 . uid = 'page-home-section-light-motive' LIMIT 1 ;
Copy
11
0.57 ms
SELECT s0_ . id AS id_0 , s0_ . title AS title_1 , s0_ . content AS content_2 , s0_ . section_id AS section_id_3 , s0_ . language_id AS language_id_4 FROM section_translation s0_ WHERE s0_ . section_id = ? AND s0_ . language_id = ? ORDER BY s0_ . id ASC
SELECT s0_ . id AS id_0 , s0_ . title AS title_1 , s0_ . content AS content_2 , s0_ . section_id AS section_id_3 , s0_ . language_id AS language_id_4 FROM section_translation s0_ WHERE s0_ . section_id = 1 AND s0_ . language_id = 169 ORDER BY s0_ . id ASC ;
Copy
12
0.30 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . code AS code_3 , t0 . status AS status_4 FROM language t0 WHERE t0 . code = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . code AS code_3 , t0 . status AS status_4 FROM language t0 WHERE t0 . code = 'fr' LIMIT 1 ;
Copy
13
0.20 ms
SELECT t0 . id AS id_1 , t0 . uid AS uid_2 , t0 . title AS title_3 , t0 . image AS image_4 , t0 . video AS video_5 , t0 . display_image AS display_image_6 , t0 . display_video AS display_video_7 FROM section t0 WHERE t0 . uid = ? LIMIT 1
Parameters :
[
"page-home-section-some-words "
]
SELECT t0 . id AS id_1 , t0 . uid AS uid_2 , t0 . title AS title_3 , t0 . image AS image_4 , t0 . video AS video_5 , t0 . display_image AS display_image_6 , t0 . display_video AS display_video_7 FROM section t0 WHERE t0 . uid = 'page-home-section-some-words' LIMIT 1 ;
Copy
14
0.19 ms
SELECT s0_ . id AS id_0 , s0_ . title AS title_1 , s0_ . content AS content_2 , s0_ . section_id AS section_id_3 , s0_ . language_id AS language_id_4 FROM section_translation s0_ WHERE s0_ . section_id = ? AND s0_ . language_id = ? ORDER BY s0_ . id ASC
SELECT s0_ . id AS id_0 , s0_ . title AS title_1 , s0_ . content AS content_2 , s0_ . section_id AS section_id_3 , s0_ . language_id AS language_id_4 FROM section_translation s0_ WHERE s0_ . section_id = 2 AND s0_ . language_id = 169 ORDER BY s0_ . id ASC ;
Copy