Query Metrics
3
Database Queries
2
Different statements
13.78 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
12.70 ms (92.15%) |
2 |
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:
[
"00770"
]
|
1.08 ms (7.85%) |
1 |
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, n1_.id AS id_6, n1_.name AS name_7, n1_.content AS content_8, n1_.published_at AS published_at_9, n1_.created_at AS created_at_10, n1_.updated_at AS updated_at_11, n1_.batch_id AS batch_id_12 FROM batch b0_ LEFT JOIN notice n1_ ON b0_.id = n1_.batch_id ORDER BY b0_.open 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\User | No errors. |
App\Entity\College | No errors. |
App\Entity\UserInfo | No errors. |
App\Entity\Batch | No errors. |
App\Entity\Notice | No errors. |
App\Entity\BatchCollegeAttachment | No errors. |
App\Entity\NoticeAttachment | No errors. |