1.22 ms (27.36%)
|
1 |
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.numero AS numero_3, t0.active AS active_4, t0.region_id AS region_id_5 FROM departement t0 WHERE t0.active = ? ORDER BY t0.numero ASC
SELECT t0.id AS id_1, t0.libelle AS libelle_2, t0.numero AS numero_3, t0.active AS active_4, t0.region_id AS region_id_5 FROM departement t0 WHERE t0.active = 1 ORDER BY t0.numero ASC;
|
1.01 ms (22.69%)
|
1 |
SELECT t0.id AS id_1, t0.nom_pays AS nom_pays_2, t0.code_pays AS code_pays_3, t0.prefix_telephone AS prefix_telephone_4, t0.mettre_en_avant AS mettre_en_avant_5, t0.frontalier AS frontalier_6 FROM pays t0 ORDER BY t0.mettre_en_avant DESC, t0.frontalier DESC, t0.nom_pays ASC
SELECT t0.id AS id_1, t0.nom_pays AS nom_pays_2, t0.code_pays AS code_pays_3, t0.prefix_telephone AS prefix_telephone_4, t0.mettre_en_avant AS mettre_en_avant_5, t0.frontalier AS frontalier_6 FROM pays t0 ORDER BY t0.mettre_en_avant DESC, t0.frontalier DESC, t0.nom_pays ASC;
|
0.52 ms (11.76%)
|
1 |
SELECT t0.id AS id_1, t0.email_expedition AS email_expedition_2, t0.email_destination AS email_destination_3, t0.raison_sociale AS raison_sociale_4, t0.adresse AS adresse_5, t0.siret AS siret_6, t0.nom_president AS nom_president_7, t0.recu_fiscal_texte_entete AS recu_fiscal_texte_entete_8, t0.recu_fiscal_texte_pieds_page AS recu_fiscal_texte_pieds_page_9, t0.signature_file AS signature_file_10, t0.url_site_principal AS url_site_principal_11, t0.telephone_principal AS telephone_principal_12, t0.numero_rue AS numero_rue_13, t0.code_postal AS code_postal_14, t0.ville AS ville_15, t0.texte_mention_legale AS texte_mention_legale_16, t0.nom_mediakit AS nom_mediakit_17, t0.url_mediakit AS url_mediakit_18, t0.nom_catalogue_formation AS nom_catalogue_formation_19, t0.url_catalogue_formation AS url_catalogue_formation_20 FROM parametre t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email_expedition AS email_expedition_2, t0.email_destination AS email_destination_3, t0.raison_sociale AS raison_sociale_4, t0.adresse AS adresse_5, t0.siret AS siret_6, t0.nom_president AS nom_president_7, t0.recu_fiscal_texte_entete AS recu_fiscal_texte_entete_8, t0.recu_fiscal_texte_pieds_page AS recu_fiscal_texte_pieds_page_9, t0.signature_file AS signature_file_10, t0.url_site_principal AS url_site_principal_11, t0.telephone_principal AS telephone_principal_12, t0.numero_rue AS numero_rue_13, t0.code_postal AS code_postal_14, t0.ville AS ville_15, t0.texte_mention_legale AS texte_mention_legale_16, t0.nom_mediakit AS nom_mediakit_17, t0.url_mediakit AS url_mediakit_18, t0.nom_catalogue_formation AS nom_catalogue_formation_19, t0.url_catalogue_formation AS url_catalogue_formation_20 FROM parametre t0 WHERE t0.id = 1;
|