4.47 ms (36.49%)
18
SELECT p0_ . id AS id_0 , p0_ . parameter_key AS parameter_key_1 , p0_ . parameter_value AS parameter_value_2 , p0_ . parameter_label AS parameter_label_3 , p0_ . parameter_type AS parameter_type_4 , p0_ . parameter_category AS parameter_category_5 , p0_ . in_session AS in_session_6 , p0_ . parameter_category_enabled AS parameter_category_enabled_7 , p0_ . is_deleted AS is_deleted_8 , p0_ . created_at AS created_at_9 , p0_ . updated_at AS updated_at_10 FROM parameter p0_ WHERE COALESCE (p0_ . is_deleted , 0 ) = 0 AND p0_ . parameter_key = ?
Parameters :
[
"shopTitle "
]
SELECT p0_ . id AS id_0 , p0_ . parameter_key AS parameter_key_1 , p0_ . parameter_value AS parameter_value_2 , p0_ . parameter_label AS parameter_label_3 , p0_ . parameter_type AS parameter_type_4 , p0_ . parameter_category AS parameter_category_5 , p0_ . in_session AS in_session_6 , p0_ . parameter_category_enabled AS parameter_category_enabled_7 , p0_ . is_deleted AS is_deleted_8 , p0_ . created_at AS created_at_9 , p0_ . updated_at AS updated_at_10 FROM parameter p0_ WHERE COALESCE (p0_ . is_deleted , 0 ) = 0 AND p0_ . parameter_key = 'shopTitle' ;
Copy
1.88 ms (15.31%)
7
SELECT t0 . id AS id_1 , t0 . label AS label_2 , t0 . slug AS slug_3 , t0 . color AS color_4 , t0 . is_enabled AS is_enabled_5 , t0 . is_deleted AS is_deleted_6 , t0 . created_at AS created_at_7 , t0 . updated_at AS updated_at_8 , t0 . parent_id AS parent_id_9 , t0 . product_link_id AS product_link_id_10 FROM category t0 WHERE t0 . parent_id = ?
SELECT t0 . id AS id_1 , t0 . label AS label_2 , t0 . slug AS slug_3 , t0 . color AS color_4 , t0 . is_enabled AS is_enabled_5 , t0 . is_deleted AS is_deleted_6 , t0 . created_at AS created_at_7 , t0 . updated_at AS updated_at_8 , t0 . parent_id AS parent_id_9 , t0 . product_link_id AS product_link_id_10 FROM category t0 WHERE t0 . parent_id = 2 ;
Copy
1.10 ms (8.95%)
1
SELECT DISTINCT p0_ . id AS id_0 , p0_ . principal_image AS principal_image_1 , p0_ . slug AS slug_2 , p0_ . thumb AS thumb_3 , p0_ . price AS price_4 , p0_ . is_sold AS is_sold_5 , p0_ . is_enabled AS is_enabled_6 , p0_ . is_deleted AS is_deleted_7 , p0_ . name AS name_8 , p1_ . id AS id_9 , p1_ . slug AS slug_10 , '' AS sclr_11 , p0_ . description AS description_12 , p0_ . properties AS properties_13 , p0_ . variations AS variations_14 , CONCAT (u2_ . firstname , ' ' , u2_ . lastname ) AS sclr_15 FROM product p0_ LEFT JOIN product_category p4_ ON p0_ . id = p4_ . product_id LEFT JOIN category c3_ ON c3_ . id = p4_ . category_id LEFT JOIN product_type p1_ ON p0_ . product_type_id = p1_ . id LEFT JOIN `user` u2_ ON p0_ . author_id = u2_ . id WHERE c3_ . slug IN (? ) AND COALESCE (p0_ . is_deleted , 0 ) = 0 AND COALESCE (p0_ . is_enabled , 1 ) = 1 LIMIT 10
Parameters :
[
"audiovisuel "
]
SELECT DISTINCT p0_ . id AS id_0 , p0_ . principal_image AS principal_image_1 , p0_ . slug AS slug_2 , p0_ . thumb AS thumb_3 , p0_ . price AS price_4 , p0_ . is_sold AS is_sold_5 , p0_ . is_enabled AS is_enabled_6 , p0_ . is_deleted AS is_deleted_7 , p0_ . name AS name_8 , p1_ . id AS id_9 , p1_ . slug AS slug_10 , '' AS sclr_11 , p0_ . description AS description_12 , p0_ . properties AS properties_13 , p0_ . variations AS variations_14 , CONCAT (u2_ . firstname , ' ' , u2_ . lastname ) AS sclr_15 FROM product p0_ LEFT JOIN product_category p4_ ON p0_ . id = p4_ . product_id LEFT JOIN category c3_ ON c3_ . id = p4_ . category_id LEFT JOIN product_type p1_ ON p0_ . product_type_id = p1_ . id LEFT JOIN `user` u2_ ON p0_ . author_id = u2_ . id WHERE c3_ . slug IN ('audiovisuel' ) AND COALESCE (p0_ . is_deleted , 0 ) = 0 AND COALESCE (p0_ . is_enabled , 1 ) = 1 LIMIT 10 ;
Copy
0.80 ms (6.49%)
2
SELECT c0_ . id AS id_0 , c0_ . label AS label_1 , c0_ . slug AS slug_2 , c0_ . color AS color_3 , c0_ . is_enabled AS is_enabled_4 , c0_ . is_deleted AS is_deleted_5 , c0_ . created_at AS created_at_6 , c0_ . updated_at AS updated_at_7 , c0_ . parent_id AS parent_id_8 , c0_ . product_link_id AS product_link_id_9 FROM category c0_ WHERE COALESCE (c0_ . is_deleted , 0 ) = 0 AND c0_ . slug = ?
Parameters :
[
"audiovisuel "
]
SELECT c0_ . id AS id_0 , c0_ . label AS label_1 , c0_ . slug AS slug_2 , c0_ . color AS color_3 , c0_ . is_enabled AS is_enabled_4 , c0_ . is_deleted AS is_deleted_5 , c0_ . created_at AS created_at_6 , c0_ . updated_at AS updated_at_7 , c0_ . parent_id AS parent_id_8 , c0_ . product_link_id AS product_link_id_9 FROM category c0_ WHERE COALESCE (c0_ . is_deleted , 0 ) = 0 AND c0_ . slug = 'audiovisuel' ;
Copy
0.57 ms (4.62%)
1
SELECT DISTINCT count (DISTINCT p0_ . id ) AS sclr_0 FROM product p0_ LEFT JOIN product_category p2_ ON p0_ . id = p2_ . product_id LEFT JOIN category c1_ ON c1_ . id = p2_ . category_id LEFT JOIN product_type p3_ ON p0_ . product_type_id = p3_ . id LEFT JOIN `user` u4_ ON p0_ . author_id = u4_ . id WHERE c1_ . slug IN (? ) AND COALESCE (p0_ . is_deleted , 0 ) = 0 AND COALESCE (p0_ . is_enabled , 1 ) = 1
Parameters :
[
"audiovisuel "
]
SELECT DISTINCT count (DISTINCT p0_ . id ) AS sclr_0 FROM product p0_ LEFT JOIN product_category p2_ ON p0_ . id = p2_ . product_id LEFT JOIN category c1_ ON c1_ . id = p2_ . category_id LEFT JOIN product_type p3_ ON p0_ . product_type_id = p3_ . id LEFT JOIN `user` u4_ ON p0_ . author_id = u4_ . id WHERE c1_ . slug IN ('audiovisuel' ) AND COALESCE (p0_ . is_deleted , 0 ) = 0 AND COALESCE (p0_ . is_enabled , 1 ) = 1 ;
Copy
0.53 ms (4.34%)
1
SELECT w0_ . id AS id_0 , w0_ . name AS name_1 , w0_ . class AS class_2 , w0_ . code AS code_3 , w0_ . template AS template_4 , w0_ . is_deleted AS is_deleted_5 , w0_ . created_at AS created_at_6 , w0_ . updated_at AS updated_at_7 FROM widget w0_
SELECT w0_ . id AS id_0 , w0_ . name AS name_1 , w0_ . class AS class_2 , w0_ . code AS code_3 , w0_ . template AS template_4 , w0_ . is_deleted AS is_deleted_5 , w0_ . created_at AS created_at_6 , w0_ . updated_at AS updated_at_7 FROM widget w0_ ;
Copy
0.40 ms (3.22%)
1
SELECT pt . id , pt . name , pt . data , pt . type ,
CASE WHEN pt . type = 'PromotionProduct' THEN 999 ELSE 1 END AS priority ,
pt . date_end AS dateEnd
FROM promotion pt
WHERE pt . date_end > ?
AND (
(
pt . type = 'PromotionProduct'
AND CAST (JSON_UNQUOTE (JSON_EXTRACT (pt . data , '$.product' )) AS UNSIGNED ) IN (? )
)
OR pt . type IN ('PromotionProductType' , 'PromotionCategory' , 'PromotionProductGroup' )
)
Parameters :
[
"2026-04-10 "
11
]
SELECT pt . id , pt . name , pt . data , pt . type ,
CASE WHEN pt . type = 'PromotionProduct' THEN 999 ELSE 1 END AS priority ,
pt . date_end AS dateEnd
FROM promotion pt
WHERE pt . date_end > '2026-04-10'
AND (
(
pt . type = 'PromotionProduct'
AND CAST (JSON_UNQUOTE (JSON_EXTRACT (pt . data , '$.product' )) AS UNSIGNED ) IN (11 )
)
OR pt . type IN ('PromotionProductType' , 'PromotionCategory' , 'PromotionProductGroup' )
)
;
Copy
0.34 ms (2.78%)
1
SELECT DISTINCT MIN (p0_ . price ) AS sclr_0 FROM product p0_ LEFT JOIN product_category p2_ ON p0_ . id = p2_ . product_id LEFT JOIN category c1_ ON c1_ . id = p2_ . category_id LEFT JOIN product_type p3_ ON p0_ . product_type_id = p3_ . id WHERE c1_ . slug IN (? ) AND COALESCE (p0_ . is_deleted , 0 ) = 0 AND COALESCE (p0_ . is_enabled , 1 ) = 1
Parameters :
[
"audiovisuel "
]
SELECT DISTINCT MIN (p0_ . price ) AS sclr_0 FROM product p0_ LEFT JOIN product_category p2_ ON p0_ . id = p2_ . product_id LEFT JOIN category c1_ ON c1_ . id = p2_ . category_id LEFT JOIN product_type p3_ ON p0_ . product_type_id = p3_ . id WHERE c1_ . slug IN ('audiovisuel' ) AND COALESCE (p0_ . is_deleted , 0 ) = 0 AND COALESCE (p0_ . is_enabled , 1 ) = 1 ;
Copy
0.29 ms (2.37%)
1
SELECT DISTINCT MAX (p0_ . price ) AS sclr_0 FROM product p0_ LEFT JOIN product_category p2_ ON p0_ . id = p2_ . product_id LEFT JOIN category c1_ ON c1_ . id = p2_ . category_id LEFT JOIN product_type p3_ ON p0_ . product_type_id = p3_ . id WHERE c1_ . slug IN (? ) AND COALESCE (p0_ . is_deleted , 0 ) = 0 AND COALESCE (p0_ . is_enabled , 1 ) = 1
Parameters :
[
"audiovisuel "
]
SELECT DISTINCT MAX (p0_ . price ) AS sclr_0 FROM product p0_ LEFT JOIN product_category p2_ ON p0_ . id = p2_ . product_id LEFT JOIN category c1_ ON c1_ . id = p2_ . category_id LEFT JOIN product_type p3_ ON p0_ . product_type_id = p3_ . id WHERE c1_ . slug IN ('audiovisuel' ) AND COALESCE (p0_ . is_deleted , 0 ) = 0 AND COALESCE (p0_ . is_enabled , 1 ) = 1 ;
Copy
0.29 ms (2.37%)
1
SELECT DISTINCT p0_ . id AS id_0 , c1_ . id AS id_1 FROM product p0_ LEFT JOIN product_category p2_ ON p0_ . id = p2_ . product_id LEFT JOIN category c1_ ON c1_ . id = p2_ . category_id WHERE p0_ . id IN (? )
SELECT DISTINCT p0_ . id AS id_0 , c1_ . id AS id_1 FROM product p0_ LEFT JOIN product_category p2_ ON p0_ . id = p2_ . product_id LEFT JOIN category c1_ ON c1_ . id = p2_ . category_id WHERE p0_ . id IN (11 );
Copy
0.29 ms (2.36%)
1
SELECT p0_ . id AS id_0 , p0_ . code AS code_1 , p0_ . name AS name_2 , p0_ . footer_name AS footer_name_3 , p0_ . content AS content_4 , p0_ . is_deleted AS is_deleted_5 , p0_ . created_at AS created_at_6 , p0_ . updated_at AS updated_at_7 FROM policy_term p0_ WHERE COALESCE (p0_ . is_deleted , 0 ) = 0
SELECT p0_ . id AS id_0 , p0_ . code AS code_1 , p0_ . name AS name_2 , p0_ . footer_name AS footer_name_3 , p0_ . content AS content_4 , p0_ . is_deleted AS is_deleted_5 , p0_ . created_at AS created_at_6 , p0_ . updated_at AS updated_at_7 FROM policy_term p0_ WHERE COALESCE (p0_ . is_deleted , 0 ) = 0 ;
Copy
0.29 ms (2.35%)
1
SELECT m0_ . id AS id_0 , m0_ . link_name AS link_name_1 , m0_ . link AS link_2 , m0_ . on_top AS on_top_3 , m0_ . ordre AS ordre_4 , m0_ . visibility AS visibility_5 , m0_ . link_type AS link_type_6 , m0_ . only_footer AS only_footer_7 , m0_ . is_deleted AS is_deleted_8 , m0_ . created_at AS created_at_9 , m0_ . updated_at AS updated_at_10 FROM menu m0_ WHERE COALESCE (m0_ . is_deleted , 0 ) = 0 ORDER BY m0_ . ordre ASC
SELECT m0_ . id AS id_0 , m0_ . link_name AS link_name_1 , m0_ . link AS link_2 , m0_ . on_top AS on_top_3 , m0_ . ordre AS ordre_4 , m0_ . visibility AS visibility_5 , m0_ . link_type AS link_type_6 , m0_ . only_footer AS only_footer_7 , m0_ . is_deleted AS is_deleted_8 , m0_ . created_at AS created_at_9 , m0_ . updated_at AS updated_at_10 FROM menu m0_ WHERE COALESCE (m0_ . is_deleted , 0 ) = 0 ORDER BY m0_ . ordre ASC ;
Copy
0.28 ms (2.28%)
1
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . data AS data_2 , p0_ . type AS type_3 , CASE WHEN p0_ . type = 'PromotionProduct' THEN 999 ELSE 1 END AS sclr_4 , p0_ . date_end AS date_end_5 FROM promotion p0_ WHERE (p0_ . type = 'PromotionProductType' AND p0_ . date_end > = ? ) OR (p0_ . type = 'PromotionProductGroup' AND p0_ . date_end > = ? ) OR (p0_ . type = 'PromotionCategory' AND p0_ . date_end > = ? )
Parameters :
[
"2026-04-10 16:01:03 "
"2026-04-10 16:01:03 "
"2026-04-10 16:01:03 "
]
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . data AS data_2 , p0_ . type AS type_3 , CASE WHEN p0_ . type = 'PromotionProduct' THEN 999 ELSE 1 END AS sclr_4 , p0_ . date_end AS date_end_5 FROM promotion p0_ WHERE (p0_ . type = 'PromotionProductType' AND p0_ . date_end > = '2026-04-10 16:01:03' ) OR (p0_ . type = 'PromotionProductGroup' AND p0_ . date_end > = '2026-04-10 16:01:03' ) OR (p0_ . type = 'PromotionCategory' AND p0_ . date_end > = '2026-04-10 16:01:03' );
Copy
0.26 ms (2.14%)
1
SELECT c0_ . id AS id_0 , c0_ . label AS label_1 , c0_ . slug AS slug_2 , c0_ . color AS color_3 , c0_ . is_enabled AS is_enabled_4 , c0_ . is_deleted AS is_deleted_5 , c0_ . created_at AS created_at_6 , c0_ . updated_at AS updated_at_7 , c0_ . parent_id AS parent_id_8 , c0_ . product_link_id AS product_link_id_9 FROM category c0_ WHERE c0_ . parent_id IS NULL
SELECT c0_ . id AS id_0 , c0_ . label AS label_1 , c0_ . slug AS slug_2 , c0_ . color AS color_3 , c0_ . is_enabled AS is_enabled_4 , c0_ . is_deleted AS is_deleted_5 , c0_ . created_at AS created_at_6 , c0_ . updated_at AS updated_at_7 , c0_ . parent_id AS parent_id_8 , c0_ . product_link_id AS product_link_id_9 FROM category c0_ WHERE c0_ . parent_id IS NULL ;
Copy
0.24 ms (1.97%)
1
SELECT f0_ . id AS id_0 , f0_ . name AS name_1 , f0_ . description AS description_2 , f0_ . options AS options_3 , f0_ . price AS price_4 , f0_ . is_subscription_open AS is_subscription_open_5 , f0_ . payment_configuration AS payment_configuration_6 , f0_ . price_ht AS price_ht_7 , f0_ . is_in_top_bar AS is_in_top_bar_8 , f0_ . top_bar_message AS top_bar_message_9 , f0_ . is_deleted AS is_deleted_10 , f0_ . created_at AS created_at_11 , f0_ . updated_at AS updated_at_12 , f0_ . subscription_class_id AS subscription_class_id_13 , f0_ . product_type_id AS product_type_id_14 FROM formation f0_ WHERE COALESCE (f0_ . is_deleted , 0 ) = 0 AND f0_ . is_in_top_bar = ?
SELECT f0_ . id AS id_0 , f0_ . name AS name_1 , f0_ . description AS description_2 , f0_ . options AS options_3 , f0_ . price AS price_4 , f0_ . is_subscription_open AS is_subscription_open_5 , f0_ . payment_configuration AS payment_configuration_6 , f0_ . price_ht AS price_ht_7 , f0_ . is_in_top_bar AS is_in_top_bar_8 , f0_ . top_bar_message AS top_bar_message_9 , f0_ . is_deleted AS is_deleted_10 , f0_ . created_at AS created_at_11 , f0_ . updated_at AS updated_at_12 , f0_ . subscription_class_id AS subscription_class_id_13 , f0_ . product_type_id AS product_type_id_14 FROM formation f0_ WHERE COALESCE (f0_ . is_deleted , 0 ) = 0 AND f0_ . is_in_top_bar = 1 ;
Copy
0.24 ms (1.94%)
1
SELECT c0_ . id AS id_0 , c0_ . label AS label_1 , c0_ . slug AS slug_2 , c0_ . color AS color_3 , c0_ . is_enabled AS is_enabled_4 , c0_ . is_deleted AS is_deleted_5 , c0_ . created_at AS created_at_6 , c0_ . updated_at AS updated_at_7 , c0_ . parent_id AS parent_id_8 , c0_ . product_link_id AS product_link_id_9 FROM category c0_ WHERE COALESCE (c0_ . is_deleted , 0 ) = 0 AND c0_ . id IN (? )
SELECT c0_ . id AS id_0 , c0_ . label AS label_1 , c0_ . slug AS slug_2 , c0_ . color AS color_3 , c0_ . is_enabled AS is_enabled_4 , c0_ . is_deleted AS is_deleted_5 , c0_ . created_at AS created_at_6 , c0_ . updated_at AS updated_at_7 , c0_ . parent_id AS parent_id_8 , c0_ . product_link_id AS product_link_id_9 FROM category c0_ WHERE COALESCE (c0_ . is_deleted , 0 ) = 0 AND c0_ . id IN (2 );
Copy