Query Metrics
4
Database Queries
4
Different statements
3.96 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.45 ms (36.64%) |
1 |
SELECT DISTINCT id_3 FROM (SELECT DISTINCT id_3, entry_date_4 FROM (SELECT c0_.deleted_at AS deleted_at_0, c0_.created_at AS created_at_1, c0_.updated_at AS updated_at_2, c0_.id AS id_3, c0_.entry_date AS entry_date_4, c0_.title AS title_5, c0_.enable AS enable_6, c0_.content AS content_7, c0_.description AS description_8, c0_.publish_date AS publish_date_9, c0_.close_date AS close_date_10, c0_.main_image AS main_image_11, c0_.main_image_width AS main_image_width_12, c0_.main_image_height AS main_image_height_13, c0_.thumbnail AS thumbnail_14, c0_.link_url AS link_url_15, c0_.link_new_tab AS link_new_tab_16, c1_.deleted_at AS deleted_at_17, c1_.created_at AS created_at_18, c1_.updated_at AS updated_at_19, c1_.id AS id_20, c1_.name AS name_21, c1_.enable AS enable_22, c1_.sort AS sort_23 FROM cms_news_entry c0_ LEFT JOIN cms_news_category c1_ ON (c0_.category_id = c1_.id) AND (c1_.deleted_at IS NULL) WHERE (c0_.enable = 1 AND (c0_.publish_date IS NULL OR c0_.publish_date <= ?) AND (c0_.close_date IS NULL OR c0_.close_date >= ?) AND c1_.enable = 1 AND c0_.category_id = ?) AND (c0_.deleted_at IS NULL)) dctrn_result_inner ORDER BY entry_date_4 DESC, id_3 DESC) dctrn_result LIMIT 16 OFFSET 80
Parameters:
[ "2025-12-06 14:33:16" "2025-12-06 14:33:16" 1 ] |
|
0.94 ms (23.71%) |
1 |
SELECT c0_.deleted_at AS deleted_at_0, c0_.created_at AS created_at_1, c0_.updated_at AS updated_at_2, c0_.id AS id_3, c0_.entry_date AS entry_date_4, c0_.title AS title_5, c0_.enable AS enable_6, c0_.content AS content_7, c0_.description AS description_8, c0_.publish_date AS publish_date_9, c0_.close_date AS close_date_10, c0_.main_image AS main_image_11, c0_.main_image_width AS main_image_width_12, c0_.main_image_height AS main_image_height_13, c0_.thumbnail AS thumbnail_14, c0_.link_url AS link_url_15, c0_.link_new_tab AS link_new_tab_16, c0_.category_id AS category_id_17 FROM cms_news_entry c0_ LEFT JOIN cms_news_category c1_ ON (c0_.category_id = c1_.id) AND (c1_.deleted_at IS NULL) WHERE (c0_.enable = 1 AND (c0_.publish_date IS NULL OR c0_.publish_date <= ?) AND (c0_.close_date IS NULL OR c0_.close_date >= ?) AND c1_.enable = 1 AND c0_.category_id = ? AND c0_.id IN (?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?, ?)) AND (c0_.deleted_at IS NULL) ORDER BY c0_.entry_date DESC, c0_.id DESC
Parameters:
[ "2025-12-06 14:33:16" "2025-12-06 14:33:16" 1 54 62 60 61 56 57 58 51 55 53 52 50 48 49 44 46 ] |
|
0.79 ms (19.90%) |
1 |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_3 FROM (SELECT c0_.deleted_at AS deleted_at_0, c0_.created_at AS created_at_1, c0_.updated_at AS updated_at_2, c0_.id AS id_3, c0_.entry_date AS entry_date_4, c0_.title AS title_5, c0_.enable AS enable_6, c0_.content AS content_7, c0_.description AS description_8, c0_.publish_date AS publish_date_9, c0_.close_date AS close_date_10, c0_.main_image AS main_image_11, c0_.main_image_width AS main_image_width_12, c0_.main_image_height AS main_image_height_13, c0_.thumbnail AS thumbnail_14, c0_.link_url AS link_url_15, c0_.link_new_tab AS link_new_tab_16 FROM cms_news_entry c0_ LEFT JOIN cms_news_category c1_ ON (c0_.category_id = c1_.id) AND (c1_.deleted_at IS NULL) WHERE (c0_.enable = 1 AND (c0_.publish_date IS NULL OR c0_.publish_date <= ?) AND (c0_.close_date IS NULL OR c0_.close_date >= ?) AND c1_.enable = 1 AND c0_.category_id = ?) AND (c0_.deleted_at IS NULL) ORDER BY c0_.entry_date DESC, c0_.id DESC) dctrn_result) dctrn_table
Parameters:
[ "2025-12-06 14:33:16" "2025-12-06 14:33:16" 1 ] |
|
0.78 ms (19.75%) |
1 |
SELECT c0_.deleted_at AS deleted_at_0, c0_.created_at AS created_at_1, c0_.updated_at AS updated_at_2, c0_.id AS id_3, c0_.name AS name_4, c0_.enable AS enable_5, c0_.sort AS sort_6 FROM cms_news_category c0_ WHERE (c0_.enable = 1) AND (c0_.deleted_at IS NULL) ORDER BY c0_.sort ASC, c0_.id DESC
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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\News\Entry | No errors. |
| App\Entity\News\Category | No errors. |
| App\Entity\News\Child | No errors. |