Query Metrics
49
Database Queries
14
Different statements
17.21 ms
Query time
5
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
9.63 ms (55.97%) |
30 |
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:
[
"name"
]
|
1.52 ms (8.82%) |
5 |
SELECT t0.number AS number_1, t0.date AS date_2, t0.num_order AS num_order_3, t0.ean AS ean_4, t0.id AS id_5, t0.is_deleted AS is_deleted_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM isbn t0 WHERE t0.id = ?
Parameters:
[
2
]
|
1.41 ms (8.17%) |
1 |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.thumb AS thumb_2, p0_.description AS description_3, p0_.slug AS slug_4, p0_.principal_image AS principal_image_5, p0_.is_sold AS is_sold_6, p0_.top_position AS top_position_7, p0_.is_enabled AS is_enabled_8, p0_.keywords AS keywords_9, p0_.price AS price_10, p0_.price_ht AS price_ht_11, p0_.properties AS properties_12, p0_.max_cart_quantity AS max_cart_quantity_13, p0_.weight AS weight_14, p0_.variations AS variations_15, p0_.is_deleted AS is_deleted_16, p0_.created_at AS created_at_17, p0_.updated_at AS updated_at_18, p0_.product_type_id AS product_type_id_19, p0_.author_id AS author_id_20 FROM product p0_ WHERE COALESCE(p0_.is_deleted, 0) = 0 AND p0_.slug = ?
Parameters:
[
"quitterprisonpeur"
]
|
0.84 ms (4.91%) |
1 |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.thumb AS thumb_2, p0_.description AS description_3, p0_.slug AS slug_4, p0_.principal_image AS principal_image_5, p0_.is_sold AS is_sold_6, p0_.top_position AS top_position_7, p0_.is_enabled AS is_enabled_8, p0_.keywords AS keywords_9, p0_.price AS price_10, p0_.price_ht AS price_ht_11, p0_.properties AS properties_12, p0_.max_cart_quantity AS max_cart_quantity_13, p0_.weight AS weight_14, p0_.variations AS variations_15, p0_.is_deleted AS is_deleted_16, p0_.created_at AS created_at_17, p0_.updated_at AS updated_at_18, p0_.product_type_id AS product_type_id_19, p0_.author_id AS author_id_20 FROM product p0_ INNER JOIN product_category p2_ ON p0_.id = p2_.product_id INNER JOIN category c1_ ON c1_.id = p2_.category_id WHERE COALESCE(p0_.is_enabled, 1) = 1 AND (c1_.label IN (?) AND p0_.id <> ?) ORDER BY RAND() ASC LIMIT 4
Parameters:
[ "Restauration de l'âme" 2 ] |
0.61 ms (3.52%) |
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 product p1_ INNER JOIN product_type p2_ ON p1_.product_type_id = p2_.id INNER JOIN product_category p4_ ON p1_.id = p4_.product_id INNER JOIN category c3_ ON c3_.id = p4_.category_id LEFT JOIN promotion p0_ ON (p0_.type = 'PromotionProduct' AND REPLACE(JSON_EXTRACT(p0_.data, '$.product'), '\"', '') = p1_.id) WHERE p1_.id IN (?) AND p0_.date_end > ?
Parameters:
[ 2 "2025-07-05 22:08:41" ] |
0.56 ms (3.24%) |
2 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.image_bkg AS image_bkg_4, t0.header_image AS header_image_5, t0.subtitle AS subtitle_6, t0.is_home AS is_home_7, t0.header_type AS header_type_8, t0.header_detail AS header_detail_9, t0.keywords AS keywords_10, t0.content AS content_11, t0.is_deleted AS is_deleted_12, t0.created_at AS created_at_13, t0.updated_at AS updated_at_14 FROM page t0 WHERE t0.id = ?
Parameters:
[
26
]
|
0.54 ms (3.11%) |
2 |
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:
[ "2025-07-05 22:08:41" "2025-07-05 22:08:41" "2025-07-05 22:08:41" ] |
0.40 ms (2.34%) |
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 product p1_ INNER JOIN product_type p2_ ON p1_.product_type_id = p2_.id INNER JOIN product_category p4_ ON p1_.id = p4_.product_id INNER JOIN category c3_ ON c3_.id = p4_.category_id LEFT JOIN promotion p0_ ON (p0_.type = 'PromotionProduct' AND REPLACE(JSON_EXTRACT(p0_.data, '$.product'), '\"', '') = p1_.id) WHERE p1_.id IN (?, ?, ?, ?) AND p0_.date_end > ?
Parameters:
[ 6 8 1 10 "2025-07-05 22:08:42" ] |
0.37 ms (2.14%) |
1 |
SELECT t0.id AS id_1, t0.label AS label_2, t0.slug AS slug_3, t0.is_enabled AS is_enabled_4, t0.is_deleted AS is_deleted_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.parent_id AS parent_id_8 FROM category t0 INNER JOIN product_category ON t0.id = product_category.category_id WHERE product_category.product_id = ?
Parameters:
[
2
]
|
0.31 ms (1.79%) |
1 |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.type AS type_2, p0_.data AS data_3, p0_.date_start AS date_start_4, p0_.date_end AS date_end_5, p0_.on_top AS on_top_6, p0_.is_deleted AS is_deleted_7, p0_.created_at AS created_at_8, p0_.updated_at AS updated_at_9 FROM promotion p0_ WHERE COALESCE(p0_.is_deleted, 0) = 0 AND p0_.on_top = ?
Parameters:
[
1
]
|
0.29 ms (1.68%) |
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_
Parameters:
[] |
0.27 ms (1.57%) |
1 |
SELECT m0_.id AS id_0, m0_.link_name AS link_name_1, m0_.url AS url_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_.is_deleted AS is_deleted_7, m0_.created_at AS created_at_8, m0_.updated_at AS updated_at_9, m0_.page_id AS page_id_10 FROM menu m0_ WHERE COALESCE(m0_.is_deleted, 0) = 0
Parameters:
[] |
0.24 ms (1.41%) |
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
Parameters:
[] |
0.23 ms (1.35%) |
1 |
SELECT t0.id AS id_1, t0.label AS label_2, t0.slug AS slug_3, t0.is_enabled AS is_enabled_4, t0.image AS image_5, t0.is_deleted AS is_deleted_6, t0.created_at AS created_at_7, t0.updated_at AS updated_at_8 FROM product_type t0 WHERE t0.id = ?
Parameters:
[
1
]
|
Database Connections
Name | Service |
---|---|
default | doctrine.dbal.default_connection |
Entity Managers
Name | Service |
---|---|
default | doctrine.orm.default_entity_manager |
Second Level Cache
Second Level Cache is not enabled.