| 1 |
1.02 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.image AS image_5, t0.created_at AS created_at_6, t0.is_enabled AS is_enabled_7, t0.seo_title AS seo_title_8, t0.seo_description AS seo_description_9, t0.author_id AS author_id_10, t0.category_id AS category_id_11 FROM article t0 WHERE t0.slug = ? AND t0.is_enabled = ? LIMIT 1
Parameters: [
"voyage-2025-des-familles"
1
]
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.content AS content_4, t0.image AS image_5, t0.created_at AS created_at_6, t0.is_enabled AS is_enabled_7, t0.seo_title AS seo_title_8, t0.seo_description AS seo_description_9, t0.author_id AS author_id_10, t0.category_id AS category_id_11 FROM article t0 WHERE t0.slug = 'voyage-2025-des-familles' AND t0.is_enabled = 1 LIMIT 1;
|
| 2 |
0.87 ms |
SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.site_logo AS site_logo_3, t0.site_url AS site_url_4, t0.site_urlfull AS site_urlfull_5, t0.site_email AS site_email_6, t0.site_adresse AS site_adresse_7, t0.site_cp AS site_cp_8, t0.site_ville AS site_ville_9, t0.site_telephone AS site_telephone_10, t0.site_footerdescription AS site_footerdescription_11, t0.bgimage AS bgimage_12 FROM setting t0 LIMIT 1
SELECT t0.id AS id_1, t0.site_name AS site_name_2, t0.site_logo AS site_logo_3, t0.site_url AS site_url_4, t0.site_urlfull AS site_urlfull_5, t0.site_email AS site_email_6, t0.site_adresse AS site_adresse_7, t0.site_cp AS site_cp_8, t0.site_ville AS site_ville_9, t0.site_telephone AS site_telephone_10, t0.site_footerdescription AS site_footerdescription_11, t0.bgimage AS bgimage_12 FROM setting t0 LIMIT 1;
|
| 3 |
0.74 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.seo_title AS seo_title_6, t0.seo_description AS seo_description_7, t0.pole_id AS pole_id_8 FROM activite t0
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.seo_title AS seo_title_6, t0.seo_description AS seo_description_7, t0.pole_id AS pole_id_8 FROM activite t0;
|
| 4 |
0.58 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.seo_title AS seo_title_6, t0.seo_description AS seo_description_7 FROM pole t0
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.seo_title AS seo_title_6, t0.seo_description AS seo_description_7 FROM pole t0;
|
| 5 |
0.63 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.link AS link_3, t0.image AS image_4, t0.is_enabled AS is_enabled_5 FROM social t0 WHERE t0.is_enabled = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.link AS link_3, t0.image AS image_4, t0.is_enabled AS is_enabled_5 FROM social t0 WHERE t0.is_enabled = 1;
|
| 6 |
1.14 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.image AS image_7 FROM user t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.firstname AS firstname_5, t0.lastname AS lastname_6, t0.image AS image_7 FROM user t0 WHERE t0.id = 1;
|
| 7 |
0.45 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.seo_title AS seo_title_6, t0.seo_description AS seo_description_7 FROM category t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.image AS image_5, t0.seo_title AS seo_title_6, t0.seo_description AS seo_description_7 FROM category t0 WHERE t0.id = 2;
|