Query Metrics
3
Database Queries
3
Different statements
1.38 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
0.66 ms (47.86%) |
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, COUNT(c1_.category_id) AS sclr_7 FROM cms_recruit_category c0_ LEFT JOIN cms_recruit_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-26 18:59:27" "2025-12-26 18:59:27" ] |
|
0.41 ms (30.02%) |
1 |
SELECT DISTINCT id_15 FROM (SELECT DISTINCT id_15, entry_date_16 FROM (SELECT c0_.shop_name AS shop_name_0, c0_.occupation AS occupation_1, c0_.location AS location_2, c0_.salary AS salary_3, c0_.holiday AS holiday_4, c0_.working_hour AS working_hour_5, c0_.treatment AS treatment_6, c0_.selection_step AS selection_step_7, c0_.message AS message_8, c0_.access AS access_9, c0_.map_link AS map_link_10, c0_.entry_enable AS entry_enable_11, c0_.deleted_at AS deleted_at_12, c0_.created_at AS created_at_13, c0_.updated_at AS updated_at_14, c0_.id AS id_15, c0_.entry_date AS entry_date_16, c0_.title AS title_17, c0_.enable AS enable_18, c0_.content AS content_19, c0_.description AS description_20, c0_.main_image AS main_image_21, c0_.main_image_width AS main_image_width_22, c0_.main_image_height AS main_image_height_23, c0_.thumbnail AS thumbnail_24, c0_.publish_date AS publish_date_25, c0_.close_date AS close_date_26, c1_.id AS id_27, c1_.enable AS enable_28 FROM cms_recruit_entry c0_ LEFT JOIN cms_recruit_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_.deleted_at IS NULL)) dctrn_result_inner ORDER BY entry_date_16 DESC, id_15 DESC) dctrn_result LIMIT 16
Parameters:
[ "2025-12-26 18:59:27" "2025-12-26 18:59:27" ] |
|
0.30 ms (22.12%) |
1 |
SELECT COUNT(*) AS dctrn_count FROM (SELECT DISTINCT id_15 FROM (SELECT c0_.shop_name AS shop_name_0, c0_.occupation AS occupation_1, c0_.location AS location_2, c0_.salary AS salary_3, c0_.holiday AS holiday_4, c0_.working_hour AS working_hour_5, c0_.treatment AS treatment_6, c0_.selection_step AS selection_step_7, c0_.message AS message_8, c0_.access AS access_9, c0_.map_link AS map_link_10, c0_.entry_enable AS entry_enable_11, c0_.deleted_at AS deleted_at_12, c0_.created_at AS created_at_13, c0_.updated_at AS updated_at_14, c0_.id AS id_15, c0_.entry_date AS entry_date_16, c0_.title AS title_17, c0_.enable AS enable_18, c0_.content AS content_19, c0_.description AS description_20, c0_.main_image AS main_image_21, c0_.main_image_width AS main_image_width_22, c0_.main_image_height AS main_image_height_23, c0_.thumbnail AS thumbnail_24, c0_.publish_date AS publish_date_25, c0_.close_date AS close_date_26 FROM cms_recruit_entry c0_ LEFT JOIN cms_recruit_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_.deleted_at IS NULL) ORDER BY c0_.entry_date DESC, c0_.id DESC) dctrn_result) dctrn_table
Parameters:
[ "2025-12-26 18:59:27" "2025-12-26 18:59:27" ] |
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\Recruit\Entry | No errors. |
| App\Entity\Recruit\Category | No errors. |
| App\Entity\Recruit\Inquiry | No errors. |
| App\Entity\Recruit\Image | No errors. |