| 1 |
1.60 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.image AS image_4, t0.image_alt AS image_alt_5, t0.content AS content_6, t0.seo_title AS seo_title_7, t0.seo_description AS seo_description_8 FROM produit t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"poele-mixte"
]
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.image AS image_4, t0.image_alt AS image_alt_5, t0.content AS content_6, t0.seo_title AS seo_title_7, t0.seo_description AS seo_description_8 FROM produit t0 WHERE t0.slug = 'poele-mixte' LIMIT 1;
|
| 2 |
0.57 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_address AS site_address_7, t0.site_cp AS site_cp_8, t0.site_city AS site_city_9, t0.site_telephone AS site_telephone_10, t0.site_horaires AS site_horaires_11, t0.site_map AS site_map_12 FROM setting t0
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_address AS site_address_7, t0.site_cp AS site_cp_8, t0.site_city AS site_city_9, t0.site_telephone AS site_telephone_10, t0.site_horaires AS site_horaires_11, t0.site_map AS site_map_12 FROM setting t0;
|
| 3 |
0.58 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.hero_image AS hero_image_4, t0.main_title AS main_title_5, t0.seo_title AS seo_title_6, t0.seo_description AS seo_description_7 FROM produitpage t0 LIMIT 1
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.hero_image AS hero_image_4, t0.main_title AS main_title_5, t0.seo_title AS seo_title_6, t0.seo_description AS seo_description_7 FROM produitpage t0 LIMIT 1;
|
| 4 |
0.64 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.image AS image_4, t0.image_alt AS image_alt_5, t0.content AS content_6, t0.seo_title AS seo_title_7, t0.seo_description AS seo_description_8 FROM produit t0
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.image AS image_4, t0.image_alt AS image_alt_5, t0.content AS content_6, t0.seo_title AS seo_title_7, t0.seo_description AS seo_description_8 FROM produit t0;
|
| 5 |
0.60 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.hero_image AS hero_image_4, t0.main_title AS main_title_5, t0.seo_title AS seo_title_6, t0.seo_description AS seo_description_7 FROM produitpage t0 LIMIT 1
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.hero_image AS hero_image_4, t0.main_title AS main_title_5, t0.seo_title AS seo_title_6, t0.seo_description AS seo_description_7 FROM produitpage t0 LIMIT 1;
|
| 6 |
0.58 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.hero_image AS hero_image_4, t0.main_title AS main_title_5, t0.seo_title AS seo_title_6, t0.seo_description AS seo_description_7 FROM produitpage t0 LIMIT 1
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.hero_image AS hero_image_4, t0.main_title AS main_title_5, t0.seo_title AS seo_title_6, t0.seo_description AS seo_description_7 FROM produitpage t0 LIMIT 1;
|
| 7 |
0.94 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.link_url AS link_url_4, t0.link_text AS link_text_5, t0.image AS image_6 FROM produit_marque t0 INNER JOIN produit_produit_marque ON t0.id = produit_produit_marque.produit_marque_id WHERE produit_produit_marque.produit_id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.link_url AS link_url_4, t0.link_text AS link_text_5, t0.image AS image_6 FROM produit_marque t0 INNER JOIN produit_produit_marque ON t0.id = produit_produit_marque.produit_marque_id WHERE produit_produit_marque.produit_id = 12;
|