Query Metrics
100
Database Queries
4
Different statements
4226.75 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2525.76 ms (59.76%) |
56 |
SELECT r0_.id AS id_0, r0_.inscription AS inscription_1, r0_.stage AS stage_2, r0_.note AS note_3, r0_.observation AS observation_4, r0_.date_created AS date_created_5, r0_.date_updated AS date_updated_6, r0_.type AS type_7, r0_.url AS url_8, r0_.prof_id AS prof_id_9 FROM rapport r0_ WHERE r0_.type = ? AND r0_.inscription = ? AND r0_.stage IN (?) LIMIT 1
Parameters:
[ "simulation" "24434" "1002338" ] |
|
1699.43 ms (40.21%) |
42 |
SELECT t0.id AS id_1, t0.inscription AS inscription_2, t0.stage AS stage_3, t0.note AS note_4, t0.observation AS observation_5, t0.date_created AS date_created_6, t0.date_updated AS date_updated_7, t0.type AS type_8, t0.url AS url_9, t0.prof_id AS prof_id_10 FROM rapport t0 WHERE t0.inscription = ? AND t0.stage IN (?) LIMIT 1
Parameters:
[ "24434" "1002338" ] |
|
1.00 ms (0.02%) |
1 |
SELECT t0.id AS id_1, t0.username AS username_2, t0.roles AS roles_3, t0.password AS password_4, t0.enable AS enable_5, t0.nom AS nom_6, t0.prenom AS prenom_7, t0.email AS email_8, t0.phone AS phone_9 FROM user t0 WHERE t0.id = ?
Parameters:
[
154
]
|
|
0.56 ms (0.01%) |
1 |
SELECT t0.id AS id_1, t0.semestre AS semestre_2, t0.close_date AS close_date_3, t0.session AS session_4, t0.designation AS designation_5, t0.niveau AS niveau_6, t0.user_id AS user_id_7 FROM enseignant_semestre t0 WHERE t0.id = ?
Parameters:
[
"10560"
]
|
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\EnseignantSemestre | No errors. |
| App\Entity\Rapport | No errors. |