Query Metrics
4
Database Queries
4
Different statements
4.16 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 1.40 ms |
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, COUNT(c1_.category_id) AS sclr_7 FROM cms_contents_category c0_ LEFT JOIN cms_contents_entry c1_ ON (c0_.id = c1_.category_id) AND (c1_.deleted_at IS NULL) WHERE (c0_.enable = 1 AND c1_.enable = 1 AND (c1_.publish_date IS NULL OR c1_.publish_date <= ?) AND (c1_.close_date IS NULL OR c1_.close_date >= ?)) AND (c0_.deleted_at IS NULL) GROUP BY c1_.category_id ORDER BY c1_.entry_date DESC, c1_.id DESC
Parameters:
[ "2025-12-11 17:55:15" "2025-12-11 17:55:15" ] |
| 2 | 1.14 ms |
SELECT DISTINCT id_4 FROM (SELECT DISTINCT id_4, entry_date_5 FROM (SELECT c0_.recommend AS recommend_0, c0_.deleted_at AS deleted_at_1, c0_.created_at AS created_at_2, c0_.updated_at AS updated_at_3, c0_.id AS id_4, c0_.entry_date AS entry_date_5, c0_.title AS title_6, c0_.enable AS enable_7, c0_.content AS content_8, c0_.description AS description_9, c0_.main_image AS main_image_10, c0_.main_image_width AS main_image_width_11, c0_.main_image_height AS main_image_height_12, c0_.thumbnail AS thumbnail_13, c0_.link_url AS link_url_14, c0_.link_new_tab AS link_new_tab_15, c0_.publish_date AS publish_date_16, c0_.close_date AS close_date_17, c1_.deleted_at AS deleted_at_18, c1_.created_at AS created_at_19, c1_.updated_at AS updated_at_20, c1_.id AS id_21, c1_.name AS name_22, c1_.enable AS enable_23, c1_.sort AS sort_24 FROM cms_contents_entry c0_ LEFT JOIN cms_contents_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_5 DESC, id_4 DESC) dctrn_result LIMIT 16
Parameters:
[ "2025-12-11 17:55:15" "2025-12-11 17:55:15" 1 ] |
| 3 | 0.47 ms |
SELECT c0_.recommend AS recommend_0, c0_.deleted_at AS deleted_at_1, c0_.created_at AS created_at_2, c0_.updated_at AS updated_at_3, c0_.id AS id_4, c0_.entry_date AS entry_date_5, c0_.title AS title_6, c0_.enable AS enable_7, c0_.content AS content_8, c0_.description AS description_9, c0_.main_image AS main_image_10, c0_.main_image_width AS main_image_width_11, c0_.main_image_height AS main_image_height_12, c0_.thumbnail AS thumbnail_13, c0_.link_url AS link_url_14, c0_.link_new_tab AS link_new_tab_15, c0_.publish_date AS publish_date_16, c0_.close_date AS close_date_17, c0_.category_id AS category_id_18, c0_.account_id AS account_id_19 FROM cms_contents_entry c0_ LEFT JOIN cms_contents_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-11 17:55:15" "2025-12-11 17:55:15" 1 50 51 48 45 31 23 14 8 2 27 ] |
| 4 | 1.15 ms |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_4 FROM (SELECT c0_.recommend AS recommend_0, c0_.deleted_at AS deleted_at_1, c0_.created_at AS created_at_2, c0_.updated_at AS updated_at_3, c0_.id AS id_4, c0_.entry_date AS entry_date_5, c0_.title AS title_6, c0_.enable AS enable_7, c0_.content AS content_8, c0_.description AS description_9, c0_.main_image AS main_image_10, c0_.main_image_width AS main_image_width_11, c0_.main_image_height AS main_image_height_12, c0_.thumbnail AS thumbnail_13, c0_.link_url AS link_url_14, c0_.link_new_tab AS link_new_tab_15, c0_.publish_date AS publish_date_16, c0_.close_date AS close_date_17 FROM cms_contents_entry c0_ LEFT JOIN cms_contents_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-11 17:55:15" "2025-12-11 17:55:15" 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\Contents\Entry | No errors. |
| App\Entity\Contents\Category | No errors. |
| App\Entity\Account\Account | No errors. |
| App\Entity\Contents\Child | No errors. |