Query Metrics
5
Database Queries
5
Different statements
1.63 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.37 ms |
SELECT t0.id AS id_1, t0.wording AS wording_2, t0.coefficient AS coefficient_3, t0.code AS code_4, t0.domain_id AS domain_id_5, t0.module_id AS module_id_6 FROM course t0 WHERE t0.id = ?
Parameters:
[
"296"
]
|
2 | 0.51 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.headOfDepartmentId AS headOfDepartmentId_3 FROM domain t0 WHERE t0.id = ?
Parameters:
[
10
]
|
3 | 0.19 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.code AS code_3, t0.room_id AS room_id_4 FROM module t0 WHERE t0.id = ?
Parameters:
[
56
]
|
4 | 0.27 ms |
SELECT d0_.id AS id_0, d0_.name AS name_1, d0_.headOfDepartmentId AS headOfDepartmentId_2 FROM domain d0_ ORDER BY d0_.name ASC
Parameters:
[] |
5 | 0.28 ms |
SELECT m0_.id AS id_0, m0_.name AS name_1, m0_.code AS code_2, m0_.room_id AS room_id_3 FROM module m0_ ORDER BY m0_.room_id ASC
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\Course | No errors. |
App\Entity\Domain | No errors. |
App\Entity\Module | No errors. |
App\Entity\Evaluation | No errors. |
App\Entity\Attribution | No errors. |
App\Entity\User | No errors. |
App\Entity\ClassRoom | No errors. |