Query Metrics
3
Database Queries
3
Different statements
1.88 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
1.00 ms (53.08%) |
1 |
SELECT DISTINCT id_6 FROM (SELECT DISTINCT id_6, entry_date_7 FROM (SELECT c0_.to_corporate AS to_corporate_0, c0_.to_home AS to_home_1, c0_.to_style AS to_style_2, c0_.created_at AS created_at_3, c0_.updated_at AS updated_at_4, c0_.deleted_at AS deleted_at_5, c0_.id AS id_6, c0_.entry_date AS entry_date_7, c0_.title AS title_8, c0_.enable AS enable_9, c0_.pub_date AS pub_date_10, c0_.close_date AS close_date_11, c0_.main_img AS main_img_12, c0_.main_img_width AS main_img_width_13, c0_.main_img_height AS main_img_height_14, c0_.thumbnail AS thumbnail_15, c0_.description AS description_16, c0_.link_url AS link_url_17, c0_.link_newtab AS link_newtab_18, c0_.content AS content_19, c1_.created_at AS created_at_20, c1_.updated_at AS updated_at_21, c1_.deleted_at AS deleted_at_22, c1_.id AS id_23, c1_.name AS name_24, c1_.enable AS enable_25, c1_.sort AS sort_26 FROM cms_blog_entry c0_ LEFT JOIN cms_blog_category c1_ ON (c0_.category_id = c1_.id) WHERE c0_.to_corporate = 1 AND c0_.category_id = ? AND c0_.enable = ? AND (c0_.pub_date IS NULL OR c0_.pub_date <= ?) AND (c0_.close_date IS NULL OR c0_.close_date >= ?) AND c1_.enable = ?) dctrn_result_inner ORDER BY entry_date_7 DESC, id_6 DESC) dctrn_result LIMIT 8 OFFSET 856
Parameters:
[ 4 1 "2025-04-22 07:23:52" "2025-04-22 07:23:52" 1 ] |
0.47 ms (24.86%) |
1 |
SELECT c0_.created_at AS created_at_0, c0_.updated_at AS updated_at_1, c0_.deleted_at AS deleted_at_2, c0_.id AS id_3, c0_.name AS name_4, c0_.enable AS enable_5, c0_.sort AS sort_6, COUNT(c1_.category_id) AS sclr_7 FROM cms_blog_category c0_ LEFT JOIN cms_blog_entry c1_ ON (c0_.id = c1_.category_id) LEFT JOIN cms_blog_category c2_ ON (c1_.category_id = c2_.id) WHERE c0_.enable = ? AND c1_.to_corporate = 1 AND c1_.enable = ? AND (c1_.pub_date IS NULL OR c1_.pub_date <= ?) AND (c1_.close_date IS NULL OR c1_.close_date >= ?) AND c2_.enable = ? GROUP BY c1_.category_id ORDER BY c0_.sort ASC
Parameters:
[ 1 1 "2025-04-22 07:23:52" "2025-04-22 07:23:52" 1 ] |
0.42 ms (22.05%) |
1 |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_6 FROM (SELECT c0_.to_corporate AS to_corporate_0, c0_.to_home AS to_home_1, c0_.to_style AS to_style_2, c0_.created_at AS created_at_3, c0_.updated_at AS updated_at_4, c0_.deleted_at AS deleted_at_5, c0_.id AS id_6, c0_.entry_date AS entry_date_7, c0_.title AS title_8, c0_.enable AS enable_9, c0_.pub_date AS pub_date_10, c0_.close_date AS close_date_11, c0_.main_img AS main_img_12, c0_.main_img_width AS main_img_width_13, c0_.main_img_height AS main_img_height_14, c0_.thumbnail AS thumbnail_15, c0_.description AS description_16, c0_.link_url AS link_url_17, c0_.link_newtab AS link_newtab_18, c0_.content AS content_19 FROM cms_blog_entry c0_ LEFT JOIN cms_blog_category c1_ ON (c0_.category_id = c1_.id) WHERE c0_.to_corporate = 1 AND c0_.category_id = ? AND c0_.enable = ? AND (c0_.pub_date IS NULL OR c0_.pub_date <= ?) AND (c0_.close_date IS NULL OR c0_.close_date >= ?) AND c1_.enable = ? ORDER BY c0_.entry_date DESC, c0_.id DESC) dctrn_result) dctrn_table
Parameters:
[ 4 1 "2025-04-22 07:23:52" "2025-04-22 07:23:52" 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.
Entities Mapping
Class | Mapping errors |
---|---|
App\Entity\Account\ApiToken | No errors. |
App\Entity\Blog\Entry | No errors. |
App\Entity\Blog\Category | No errors. |