Query Metrics
3
Database Queries
3
Different statements
12.06 ms
Query time
0
Invalid entities
Grouped Statements
Time▼ | Count | Info |
---|---|---|
11.39 ms (94.43%) |
1 |
SELECT t0.attachment_name AS attachment_name_1, t0.id AS id_2, t0.name AS name_3, t0.batch_id AS batch_id_4, t0.college_id AS college_id_5 FROM batch_college_attachment t0 WHERE t0.id = ?
Parameters:
[
"231"
]
|
0.34 ms (2.84%) |
1 |
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"
]
|
0.33 ms (2.73%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.valid AS valid_3 FROM college t0 WHERE t0.id = ?
Parameters:
[
9
]
|
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. |