4.01 ms (17.01%)
1
SELECT t0 . id AS id_1 , t0 . code AS code_2 , t0 . alpha2 AS alpha2_3 , t0 . alpha3 AS alpha3_4 , t0 . nom_en_gb AS nom_en_gb_5 , t0 . nom_fr_fr AS nom_fr_fr_6 , t0 . tva AS tva_7 FROM pays t0 WHERE t0 . alpha2 = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . code AS code_2 , t0 . alpha2 AS alpha2_3 , t0 . alpha3 AS alpha3_4 , t0 . nom_en_gb AS nom_en_gb_5 , t0 . nom_fr_fr AS nom_fr_fr_6 , t0 . tva AS tva_7 FROM pays t0 WHERE t0 . alpha2 = 'FR' LIMIT 1 ;
Copy
2.90 ms (12.31%)
5
SELECT t0 . id AS id_1 , t0 . pays AS pays_2 , t0 . code AS code_3 , t0 . langue AS langue_4 , t0 . encodage AS encodage_5 , t0 . img AS img_6 , t0 . dir AS dir_7 , t0 . date_creation AS date_creation_8 FROM langue t0 WHERE t0 . code = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . pays AS pays_2 , t0 . code AS code_3 , t0 . langue AS langue_4 , t0 . encodage AS encodage_5 , t0 . img AS img_6 , t0 . dir AS dir_7 , t0 . date_creation AS date_creation_8 FROM langue t0 WHERE t0 . code = 'fr' LIMIT 1 ;
Copy
2.40 ms (10.17%)
4
SELECT t0 . id AS id_1 , t0 . route AS route_2 , t0 . date_creation AS date_creation_3 , t0 . date_update AS date_update_4 , t0 . libelles_traduits AS libelles_traduits_5 , t0 . langue_id AS langue_id_6 FROM traduction t0 WHERE t0 . route = ? AND t0 . langue_id = ? LIMIT 1
Parameters :
[
"footer "
1
]
SELECT t0 . id AS id_1 , t0 . route AS route_2 , t0 . date_creation AS date_creation_3 , t0 . date_update AS date_update_4 , t0 . libelles_traduits AS libelles_traduits_5 , t0 . langue_id AS langue_id_6 FROM traduction t0 WHERE t0 . route = 'footer' AND t0 . langue_id = 1 LIMIT 1 ;
Copy
2.03 ms (8.63%)
2
SELECT t0 . id AS id_1 , t0 . contenu AS contenu_2 , t0 . date_creation AS date_creation_3 , t0 . date_update AS date_update_4 , t0 . display_position AS display_position_5 , t0 . langue_id AS langue_id_6 FROM condition_generale t0 WHERE t0 . langue_id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . contenu AS contenu_2 , t0 . date_creation AS date_creation_3 , t0 . date_update AS date_update_4 , t0 . display_position AS display_position_5 , t0 . langue_id AS langue_id_6 FROM condition_generale t0 WHERE t0 . langue_id = 1 LIMIT 1 ;
Copy
1.75 ms (7.44%)
2
SELECT t0 . id AS id_1 , t0 . display_position AS display_position_2 , t0 . titre AS titre_3 , t0 . link AS link_4 , t0 . status AS status_5 , t0 . date_creation AS date_creation_6 , t0 . date_update AS date_update_7 , t0 . titre_fr AS titre_fr_8 , t0 . titre_en AS titre_en_9 , t0 . titre_de AS titre_de_10 , t0 . titre_be AS titre_be_11 FROM menu_links t0 WHERE t0 . display_position = ? AND t0 . status = ?
Parameters :
[
"footer_centre "
"Actif "
]
SELECT t0 . id AS id_1 , t0 . display_position AS display_position_2 , t0 . titre AS titre_3 , t0 . link AS link_4 , t0 . status AS status_5 , t0 . date_creation AS date_creation_6 , t0 . date_update AS date_update_7 , t0 . titre_fr AS titre_fr_8 , t0 . titre_en AS titre_en_9 , t0 . titre_de AS titre_de_10 , t0 . titre_be AS titre_be_11 FROM menu_links t0 WHERE t0 . display_position = 'footer_centre' AND t0 . status = 'Actif' ;
Copy
1.67 ms (7.10%)
1
SELECT t0 . id AS id_1 , t0 . code AS code_2 , t0 . alpha2 AS alpha2_3 , t0 . alpha3 AS alpha3_4 , t0 . nom_en_gb AS nom_en_gb_5 , t0 . nom_fr_fr AS nom_fr_fr_6 , t0 . tva AS tva_7 FROM pays t0
SELECT t0 . id AS id_1 , t0 . code AS code_2 , t0 . alpha2 AS alpha2_3 , t0 . alpha3 AS alpha3_4 , t0 . nom_en_gb AS nom_en_gb_5 , t0 . nom_fr_fr AS nom_fr_fr_6 , t0 . tva AS tva_7 FROM pays t0 ;
Copy
1.66 ms (7.06%)
1
SELECT t0 . id AS id_1 , t0 . titre AS titre_2 , t0 . date_creation AS date_creation_3 , t0 . date_update AS date_update_4 , t0 . etat AS etat_5 , t0 . pays_id AS pays_id_6 FROM region t0 WHERE t0 . pays_id = ?
SELECT t0 . id AS id_1 , t0 . titre AS titre_2 , t0 . date_creation AS date_creation_3 , t0 . date_update AS date_update_4 , t0 . etat AS etat_5 , t0 . pays_id AS pays_id_6 FROM region t0 WHERE t0 . pays_id = 75 ;
Copy
1.64 ms (6.96%)
1
SELECT t0 . id AS id_1 , t0 . pays AS pays_2 , t0 . code AS code_3 , t0 . langue AS langue_4 , t0 . encodage AS encodage_5 , t0 . img AS img_6 , t0 . dir AS dir_7 , t0 . date_creation AS date_creation_8 FROM langue t0
SELECT t0 . id AS id_1 , t0 . pays AS pays_2 , t0 . code AS code_3 , t0 . langue AS langue_4 , t0 . encodage AS encodage_5 , t0 . img AS img_6 , t0 . dir AS dir_7 , t0 . date_creation AS date_creation_8 FROM langue t0 ;
Copy
1.54 ms (6.53%)
1
SELECT t0 . id AS id_1 , t0 . numero AS numero_2 , t0 . nom AS nom_3 , t0 . cp AS cp_4 , t0 . date_creation AS date_creation_5 , t0 . date_update AS date_update_6 , t0 . pays_id AS pays_id_7 , t0 . region_id AS region_id_8 FROM departement t0 WHERE t0 . pays_id = ?
SELECT t0 . id AS id_1 , t0 . numero AS numero_2 , t0 . nom AS nom_3 , t0 . cp AS cp_4 , t0 . date_creation AS date_creation_5 , t0 . date_update AS date_update_6 , t0 . pays_id AS pays_id_7 , t0 . region_id AS region_id_8 FROM departement t0 WHERE t0 . pays_id = 75 ;
Copy
1.38 ms (5.86%)
1
SELECT t0 . id AS id_1 , t0 . titre AS titre_2 , t0 . icon AS icon_3 , t0 . dir AS dir_4 , t0 . link AS link_5 , t0 . status AS status_6 , t0 . display_position AS display_position_7 , t0 . date_creation AS date_creation_8 , t0 . date_update AS date_update_9 FROM social_links t0 WHERE t0 . status = ?
SELECT t0 . id AS id_1 , t0 . titre AS titre_2 , t0 . icon AS icon_3 , t0 . dir AS dir_4 , t0 . link AS link_5 , t0 . status AS status_6 , t0 . display_position AS display_position_7 , t0 . date_creation AS date_creation_8 , t0 . date_update AS date_update_9 FROM social_links t0 WHERE t0 . status = 'Actif' ;
Copy
1.15 ms (4.89%)
1
SELECT t0 . id AS id_1 , t0 . contenu AS contenu_2 , t0 . date_creation AS date_creation_3 , t0 . date_update AS date_update_4 , t0 . display_position AS display_position_5 , t0 . langue_id AS langue_id_6 FROM mentions_legales t0 WHERE t0 . langue_id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . contenu AS contenu_2 , t0 . date_creation AS date_creation_3 , t0 . date_update AS date_update_4 , t0 . display_position AS display_position_5 , t0 . langue_id AS langue_id_6 FROM mentions_legales t0 WHERE t0 . langue_id = 1 LIMIT 1 ;
Copy
0.97 ms (4.10%)
1
SELECT t0 . id AS id_1 , t0 . contenu AS contenu_2 , t0 . date_creation AS date_creation_3 , t0 . date_update AS date_update_4 , t0 . display_position AS display_position_5 , t0 . langue_id AS langue_id_6 FROM cgi t0 WHERE t0 . langue_id = ? LIMIT 1
SELECT t0 . id AS id_1 , t0 . contenu AS contenu_2 , t0 . date_creation AS date_creation_3 , t0 . date_update AS date_update_4 , t0 . display_position AS display_position_5 , t0 . langue_id AS langue_id_6 FROM cgi t0 WHERE t0 . langue_id = 1 LIMIT 1 ;
Copy
0.46 ms (1.94%)
1
SELECT t0 . id AS id_1 , t0 . titre AS titre_2 , t0 . icon AS icon_3 , t0 . dir AS dir_4 , t0 . link AS link_5 , t0 . status AS status_6 , t0 . display_position AS display_position_7 , t0 . date_creation AS date_creation_8 , t0 . date_update AS date_update_9 FROM social_links t0 WHERE t0 . link IS NULL
SELECT t0 . id AS id_1 , t0 . titre AS titre_2 , t0 . icon AS icon_3 , t0 . dir AS dir_4 , t0 . link AS link_5 , t0 . status AS status_6 , t0 . display_position AS display_position_7 , t0 . date_creation AS date_creation_8 , t0 . date_update AS date_update_9 FROM social_links t0 WHERE t0 . link IS NULL ;
Copy