| 1 |
0.52 ms |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.description AS description_2, c0_.slug AS slug_3, c0_.image AS image_4, c0_.banner AS banner_5, c0_.parent_id AS parent_id_6 FROM category c0_ WHERE c0_.parent_id IS NULL
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.description AS description_2, c0_.slug AS slug_3, c0_.image AS image_4, c0_.banner AS banner_5, c0_.parent_id AS parent_id_6 FROM category c0_ WHERE c0_.parent_id IS NULL;
|
| 2 |
0.80 ms |
SELECT p0_.id AS id_0, p0_.product_code AS product_code_1, p0_.product_name AS product_name_2, p0_.description AS description_3, p0_.item_code AS item_code_4, p0_.image_filename AS image_filename_5, p0_.is_clearance AS is_clearance_6, p0_.slug AS slug_7, p0_.stock AS stock_8, p0_.price AS price_9, p0_.other_product_specification AS other_product_specification_10, p0_.created_at AS created_at_11, p0_.is_in_selection AS is_in_selection_12, p0_.is_new AS is_new_13, p0_.category_id AS category_id_14, p0_.supplier_id AS supplier_id_15 FROM product p0_ INNER JOIN category c1_ ON p0_.category_id = c1_.id WHERE c1_.slug = ? AND p0_.created_at > ? ORDER BY p0_.created_at DESC
Parameters: [
"haute-visibilite"
"2026-06-16 21:25:36"
]
SELECT p0_.id AS id_0, p0_.product_code AS product_code_1, p0_.product_name AS product_name_2, p0_.description AS description_3, p0_.item_code AS item_code_4, p0_.image_filename AS image_filename_5, p0_.is_clearance AS is_clearance_6, p0_.slug AS slug_7, p0_.stock AS stock_8, p0_.price AS price_9, p0_.other_product_specification AS other_product_specification_10, p0_.created_at AS created_at_11, p0_.is_in_selection AS is_in_selection_12, p0_.is_new AS is_new_13, p0_.category_id AS category_id_14, p0_.supplier_id AS supplier_id_15 FROM product p0_ INNER JOIN category c1_ ON p0_.category_id = c1_.id WHERE c1_.slug = 'haute-visibilite' AND p0_.created_at > '2026-06-16 21:25:36' ORDER BY p0_.created_at DESC;
|
| 3 |
0.35 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.slug AS slug_4, t0.image AS image_5, t0.banner AS banner_6, t0.parent_id AS parent_id_7 FROM category t0 WHERE t0.slug = ? LIMIT 1
Parameters: [
"haute-visibilite"
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.slug AS slug_4, t0.image AS image_5, t0.banner AS banner_6, t0.parent_id AS parent_id_7 FROM category t0 WHERE t0.slug = 'haute-visibilite' LIMIT 1;
|
| 4 |
0.34 ms |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.description AS description_2, c0_.slug AS slug_3, c0_.image AS image_4, c0_.banner AS banner_5, c0_.parent_id AS parent_id_6 FROM category c0_ WHERE c0_.parent_id IS NOT NULL
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.description AS description_2, c0_.slug AS slug_3, c0_.image AS image_4, c0_.banner AS banner_5, c0_.parent_id AS parent_id_6 FROM category c0_ WHERE c0_.parent_id IS NOT NULL;
|
| 5 |
0.26 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.illustration AS illustration_3, t0.slug AS slug_4, t0.banner AS banner_5 FROM job t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.illustration AS illustration_3, t0.slug AS slug_4, t0.banner AS banner_5 FROM job t0;
|
| 6 |
0.32 ms |
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.description AS description_2, b0_.logo AS logo_3, b0_.position AS position_4, CASE WHEN b0_.position IS NULL THEN 1 ELSE 0 END AS sclr_5 FROM brand b0_ ORDER BY sclr_5 ASC, b0_.position ASC, b0_.name ASC
SELECT b0_.id AS id_0, b0_.name AS name_1, b0_.description AS description_2, b0_.logo AS logo_3, b0_.position AS position_4, CASE WHEN b0_.position IS NULL THEN 1 ELSE 0 END AS sclr_5 FROM brand b0_ ORDER BY sclr_5 ASC, b0_.position ASC, b0_.name ASC;
|
| 7 |
0.29 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.body AS body_3, t0.slug AS slug_4, t0.banner AS banner_5, t0.category_id AS category_id_6 FROM standard t0
SELECT t0.id AS id_1, t0.name AS name_2, t0.body AS body_3, t0.slug AS slug_4, t0.banner AS banner_5, t0.category_id AS category_id_6 FROM standard t0;
|
| 8 |
0.25 ms |
SELECT t0.id AS id_1, t0.page_name AS page_name_2, t0.banner_image AS banner_image_3, t0.page_title AS page_title_4 FROM page_content t0 WHERE t0.page_name = ? LIMIT 1
Parameters: [
"nouveautes"
]
SELECT t0.id AS id_1, t0.page_name AS page_name_2, t0.banner_image AS banner_image_3, t0.page_title AS page_title_4 FROM page_content t0 WHERE t0.page_name = 'nouveautes' LIMIT 1;
|
| 9 |
0.45 ms |
SELECT t0.id AS id_1, t0.phone_number AS phone_number_2, t0.address AS address_3, t0.facebook AS facebook_4, t0.tiktok AS tiktok_5, t0.instagram AS instagram_6, t0.linkedin AS linkedin_7, t0.logo AS logo_8, t0.google_maps_embed AS google_maps_embed_9 FROM information t0 LIMIT 1
SELECT t0.id AS id_1, t0.phone_number AS phone_number_2, t0.address AS address_3, t0.facebook AS facebook_4, t0.tiktok AS tiktok_5, t0.instagram AS instagram_6, t0.linkedin AS linkedin_7, t0.logo AS logo_8, t0.google_maps_embed AS google_maps_embed_9 FROM information t0 LIMIT 1;
|