1
1.20 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 = 'en' LIMIT 1 ;
Copy
2
2.49 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 = 30 ORDER BY a1_ . published DESC ;
Copy
3
1.09 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.05 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 = 30 ORDER BY g0_ . id DESC LIMIT 10 ;
Copy
5
0.40 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.60 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 = 'en' LIMIT 1 ;
Copy
7
0.32 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 = 'en' LIMIT 1 ;
Copy
8
0.39 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 = 'en' LIMIT 1 ;
Copy
10
0.77 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.72 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 = 30 ORDER BY s0_ . id ASC ;
Copy
12
0.60 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 = 'en' LIMIT 1 ;
Copy
13
0.27 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.72 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 = 30 ORDER BY s0_ . id ASC ;
Copy
15
0.48 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 = 'en' LIMIT 1 ;
Copy
16
0.21 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-statistics "
]
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-statistics' LIMIT 1 ;
Copy
17
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 = 3 AND s0_ . language_id = 30 ORDER BY s0_ . id ASC ;
Copy
18
0.29 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 = 'en' LIMIT 1 ;
Copy
19
0.18 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-realisation "
]
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-realisation' LIMIT 1 ;
Copy
20
0.30 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 = 4 AND s0_ . language_id = 30 ORDER BY s0_ . id ASC ;
Copy
21
0.42 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 = 'en' LIMIT 1 ;
Copy
22
0.13 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-advice "
]
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-advice' LIMIT 1 ;
Copy
23
0.21 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 = 5 AND s0_ . language_id = 30 ORDER BY s0_ . id ASC ;
Copy
24
0.56 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . url AS url_4 , t0 . status AS status_5 , t0 . image AS image_6 , t0 . created AS created_7 , t0 . updated AS updated_8 , t0 . diaporama AS diaporama_9 FROM gallery t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . url AS url_4 , t0 . status AS status_5 , t0 . image AS image_6 , t0 . created AS created_7 , t0 . updated AS updated_8 , t0 . diaporama AS diaporama_9 FROM gallery t0 WHERE t0 . id = 5 ;
Copy
25
0.49 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . url AS url_4 , t0 . status AS status_5 , t0 . image AS image_6 , t0 . created AS created_7 , t0 . updated AS updated_8 , t0 . diaporama AS diaporama_9 FROM gallery t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . url AS url_4 , t0 . status AS status_5 , t0 . image AS image_6 , t0 . created AS created_7 , t0 . updated AS updated_8 , t0 . diaporama AS diaporama_9 FROM gallery t0 WHERE t0 . id = 4 ;
Copy
26
0.31 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . url AS url_4 , t0 . status AS status_5 , t0 . image AS image_6 , t0 . created AS created_7 , t0 . updated AS updated_8 , t0 . diaporama AS diaporama_9 FROM gallery t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . url AS url_4 , t0 . status AS status_5 , t0 . image AS image_6 , t0 . created AS created_7 , t0 . updated AS updated_8 , t0 . diaporama AS diaporama_9 FROM gallery t0 WHERE t0 . id = 1 ;
Copy
27
0.27 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . url AS url_4 , t0 . status AS status_5 , t0 . image AS image_6 , t0 . created AS created_7 , t0 . updated AS updated_8 , t0 . diaporama AS diaporama_9 FROM gallery t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . url AS url_4 , t0 . status AS status_5 , t0 . image AS image_6 , t0 . created AS created_7 , t0 . updated AS updated_8 , t0 . diaporama AS diaporama_9 FROM gallery t0 WHERE t0 . id = 2 ;
Copy
28
0.38 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . url AS url_4 , t0 . status AS status_5 , t0 . image AS image_6 , t0 . created AS created_7 , t0 . updated AS updated_8 , t0 . diaporama AS diaporama_9 FROM gallery t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . description AS description_3 , t0 . url AS url_4 , t0 . status AS status_5 , t0 . image AS image_6 , t0 . created AS created_7 , t0 . updated AS updated_8 , t0 . diaporama AS diaporama_9 FROM gallery t0 WHERE t0 . id = 3 ;
Copy
29
0.43 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 = 'en' LIMIT 1 ;
Copy
30
0.79 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-actuality "
]
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-actuality' LIMIT 1 ;
Copy
31
0.59 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 = 6 AND s0_ . language_id = 30 ORDER BY s0_ . id ASC ;
Copy
32
0.86 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . name AS name_3 , t0 . image AS image_4 , t0 . description AS description_5 , t0 . content AS content_6 , t0 . created AS created_7 , t0 . updated AS updated_8 , t0 . published AS published_9 , t0 . status AS status_10 , t0 . uid AS uid_11 , t0 . departement_id AS departement_id_12 FROM actuality t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . name AS name_3 , t0 . image AS image_4 , t0 . description AS description_5 , t0 . content AS content_6 , t0 . created AS created_7 , t0 . updated AS updated_8 , t0 . published AS published_9 , t0 . status AS status_10 , t0 . uid AS uid_11 , t0 . departement_id AS departement_id_12 FROM actuality t0 WHERE t0 . id = 66 ;
Copy
33
0.58 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . name AS name_3 , t0 . image AS image_4 , t0 . description AS description_5 , t0 . content AS content_6 , t0 . created AS created_7 , t0 . updated AS updated_8 , t0 . published AS published_9 , t0 . status AS status_10 , t0 . uid AS uid_11 , t0 . departement_id AS departement_id_12 FROM actuality t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . name AS name_3 , t0 . image AS image_4 , t0 . description AS description_5 , t0 . content AS content_6 , t0 . created AS created_7 , t0 . updated AS updated_8 , t0 . published AS published_9 , t0 . status AS status_10 , t0 . uid AS uid_11 , t0 . departement_id AS departement_id_12 FROM actuality t0 WHERE t0 . id = 65 ;
Copy
34
0.53 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . name AS name_3 , t0 . image AS image_4 , t0 . description AS description_5 , t0 . content AS content_6 , t0 . created AS created_7 , t0 . updated AS updated_8 , t0 . published AS published_9 , t0 . status AS status_10 , t0 . uid AS uid_11 , t0 . departement_id AS departement_id_12 FROM actuality t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . name AS name_3 , t0 . image AS image_4 , t0 . description AS description_5 , t0 . content AS content_6 , t0 . created AS created_7 , t0 . updated AS updated_8 , t0 . published AS published_9 , t0 . status AS status_10 , t0 . uid AS uid_11 , t0 . departement_id AS departement_id_12 FROM actuality t0 WHERE t0 . id = 64 ;
Copy
35
0.36 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . name AS name_3 , t0 . image AS image_4 , t0 . description AS description_5 , t0 . content AS content_6 , t0 . created AS created_7 , t0 . updated AS updated_8 , t0 . published AS published_9 , t0 . status AS status_10 , t0 . uid AS uid_11 , t0 . departement_id AS departement_id_12 FROM actuality t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . name AS name_3 , t0 . image AS image_4 , t0 . description AS description_5 , t0 . content AS content_6 , t0 . created AS created_7 , t0 . updated AS updated_8 , t0 . published AS published_9 , t0 . status AS status_10 , t0 . uid AS uid_11 , t0 . departement_id AS departement_id_12 FROM actuality t0 WHERE t0 . id = 63 ;
Copy
36
1.12 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . name AS name_3 , t0 . image AS image_4 , t0 . description AS description_5 , t0 . content AS content_6 , t0 . created AS created_7 , t0 . updated AS updated_8 , t0 . published AS published_9 , t0 . status AS status_10 , t0 . uid AS uid_11 , t0 . departement_id AS departement_id_12 FROM actuality t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . name AS name_3 , t0 . image AS image_4 , t0 . description AS description_5 , t0 . content AS content_6 , t0 . created AS created_7 , t0 . updated AS updated_8 , t0 . published AS published_9 , t0 . status AS status_10 , t0 . uid AS uid_11 , t0 . departement_id AS departement_id_12 FROM actuality t0 WHERE t0 . id = 62 ;
Copy