Query Metrics
7
Database Queries
4
Different statements
2.27 ms
Query time
4
Invalid entities
3
Managed entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
1.36 ms (59.95%) |
4 |
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:
[
"paymentMethods_key"
]
|
0.45 ms (19.72%) |
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 p0_.date_end > ?
Parameters:
[
"2025-06-17 10:11:18"
]
|
0.26 ms (11.46%) |
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:
[ "2025-06-17 10:11:18" "2025-06-17 10:11:18" "2025-06-17 10:11:18" ] |
0.20 ms (8.87%) |
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:
[] |
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.
Managed Entities
default entity manager
Class | Amount of managed objects |
---|---|
Graphlife\CMSBundle\Entity\Parameter | 3 |