Query Metrics
4
Database Queries
4
Different statements
1.07 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.29 ms |
SELECT t0.role AS role_1, t0.name AS name_2, t0.id AS id_3, t0.username AS username_4, t0.admin_college_id AS admin_college_id_5, t0.user_info_id AS user_info_id_6 FROM users t0 WHERE t0.username = ? LIMIT 1
Parameters:
[
"10116"
]
|
2 | 0.18 ms |
SELECT t0.type AS type_1, t0.apply_deadline AS apply_deadline_2, t0.college_deadline AS college_deadline_3, t0.id AS id_4, t0.name AS name_5, t0.open AS open_6 FROM batch t0 WHERE t0.id = ?
Parameters:
[
"32"
]
|
3 | 0.40 ms |
SELECT b0_.attachment_name AS attachment_name_0, b0_.id AS id_1, b0_.name AS name_2, c1_.id AS id_3, c1_.name AS name_4, c1_.valid AS valid_5, b0_.batch_id AS batch_id_6, b0_.college_id AS college_id_7 FROM batch_college_attachment b0_ LEFT JOIN college c1_ ON b0_.college_id = c1_.id WHERE b0_.batch_id = ? ORDER BY c1_.id ASC, b0_.name ASC
Parameters:
[
32
]
|
4 | 0.20 ms |
SELECT c0_.id AS id_0, c0_.name AS name_1, c0_.valid AS valid_2 FROM college c0_
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\User | No errors. |
App\Entity\College | No errors. |
App\Entity\UserInfo | No errors. |
App\Entity\BatchCollegeAttachment | No errors. |
App\Entity\Batch | No errors. |
App\Entity\Notice | No errors. |