Query Metrics
2
Database Queries
2
Different statements
1.05 ms
Query time
0
Invalid entities
1
Managed entities
Queries
| #▲ | Time | Info |
|---|---|---|
| 1 | 0.32 ms |
SELECT t0.created_at AS created_at_1, t0.updated_at AS updated_at_2, t0.active AS active_3, t0.exportdata AS exportdata_4, t0.last_used AS last_used_5, t0.id AS id_6, t0.email AS email_7, t0.fullname AS fullname_8, t0.azure_id AS azure_id_9, t0.azure_refresh_token AS azure_refresh_token_10, t0.roles AS roles_11, t0.used AS used_12, t0.password AS password_13, t0.progress AS progress_14, t0.user_id AS user_id_15 FROM user t0 WHERE t0.id = ?
Parameters:
[
2015
]
|
| 2 | 0.74 ms |
SELECT r0_.id AS id_0, r0_.language AS language_1, r0_.amount AS amount_2, r1_.id AS id_3, r1_.line_type AS line_type_4, r1_.line_condition AS line_condition_5, r1_.formula AS formula_6, a2_.id AS id_7 FROM rating r0_ LEFT JOIN rating_line r1_ ON r0_.id = r1_.rating_id LEFT JOIN application a3_ ON r0_.application_id = a3_.id AND (a3_.dirname = ?) LEFT JOIN app_exercise a2_ ON r0_.app_exercise_id = a2_.id WHERE a3_.dirname = ? AND (r0_.language = ? OR r0_.language = ?)
Parameters:
[ "tekstlezen_v2" "tekstlezen_v2" "nl_NL" "" ] |
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\User | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\TimeStamped | No errors. |
| App\Entity\User | No errors. |
| App\Entity\UserMenus | No errors. |
| App\Entity\ClassRoom\ClassRoom | No errors. |
| App\Entity\ClassRoom\ClassStudents | No errors. |
| App\Entity\Menu | No errors. |
| App\Entity\Rating | No errors. |
| App\Entity\RatingLine | No errors. |
| App\Entity\Application | No errors. |
| App\Entity\AppExercise | No errors. |