4.10 ms (40.64%)
17
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.38 ms (13.74%)
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 = 7 ;
Copy
0.77 ms (7.66%)
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 :
[
"developpement-mobile "
]
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 ('developpement-mobile' ) AND COALESCE (p0_ . is_deleted , 0 ) = 0 AND COALESCE (p0_ . is_enabled , 1 ) = 1 LIMIT 10 ;
Copy
0.63 ms (6.28%)
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 :
[
"developpement-mobile "
]
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 = 'developpement-mobile' ;
Copy
0.54 ms (5.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 :
[
"developpement-mobile "
]
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 ('developpement-mobile' ) AND COALESCE (p0_ . is_deleted , 0 ) = 0 AND COALESCE (p0_ . is_enabled , 1 ) = 1 ;
Copy
0.47 ms (4.63%)
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.43 ms (4.26%)
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 :
[
"developpement-mobile "
]
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 ('developpement-mobile' ) AND COALESCE (p0_ . is_deleted , 0 ) = 0 AND COALESCE (p0_ . is_enabled , 1 ) = 1 ;
Copy
0.25 ms (2.48%)
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 :
[
"developpement-mobile "
]
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 ('developpement-mobile' ) AND COALESCE (p0_ . is_deleted , 0 ) = 0 AND COALESCE (p0_ . is_enabled , 1 ) = 1 ;
Copy
0.25 ms (2.48%)
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.25 ms (2.44%)
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.23 ms (2.28%)
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.23 ms (2.24%)
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.20 ms (2.03%)
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:08:40 "
"2026-04-10 16:08:40 "
"2026-04-10 16:08:40 "
]
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:08:40' ) OR (p0_ . type = 'PromotionProductGroup' AND p0_ . date_end > = '2026-04-10 16:08:40' ) OR (p0_ . type = 'PromotionCategory' AND p0_ . date_end > = '2026-04-10 16:08:40' );
Copy
0.20 ms (1.97%)
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 (NULL )
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 (NULL );
Copy
0.15 ms (1.49%)
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 > ?
Parameters :
[
"2026-04-10 "
]
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'
;
Copy