Query Metrics
5
Database Queries
4
Different statements
1.29 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.38 ms |
SELECT b0_.type AS type_0, b0_.apply_deadline AS apply_deadline_1, b0_.college_deadline AS college_deadline_2, b0_.id AS id_3, b0_.name AS name_4, b0_.open AS open_5 FROM batch b0_ WHERE b0_.open <= ? AND b0_.apply_deadline >= ? ORDER BY b0_.open DESC
Parameters:
[ "2025-06-20 00:00:00" "2025-06-20 00:00:00" ] |
2 | 0.31 ms |
SELECT a0_.id AS id_0, a0_.name AS name_1, a0_.content AS content_2, a0_.published_at AS published_at_3, a0_.created_at AS created_at_4, a0_.updated_at AS updated_at_5, a0_.valid AS valid_6 FROM announcement a0_ WHERE a0_.valid = 1 ORDER BY a0_.published_at DESC LIMIT 10
Parameters:
[] |
3 | 0.18 ms |
SELECT t0.current AS current_1, t0.id AS id_2, t0.name AS name_3 FROM review_batch t0 WHERE t0.current = ? LIMIT 1
Parameters:
[
1
]
|
4 | 0.24 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.content AS content_3, t0.published_at AS published_at_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.batch_id AS batch_id_7 FROM notice t0 WHERE t0.batch_id = ?
Parameters:
[
36
]
|
5 | 0.18 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.content AS content_3, t0.published_at AS published_at_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.batch_id AS batch_id_7 FROM notice t0 WHERE t0.batch_id = ?
Parameters:
[
35
]
|
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\Batch | No errors. |
App\Entity\Notice | No errors. |
App\Entity\BatchCollegeAttachment | No errors. |
App\Entity\Announcement | No errors. |
App\Entity\AnnouncementAttachment | No errors. |
App\Entity\ReviewBatch | No errors. |
App\Entity\NoticeAttachment | No errors. |