Query Metrics
23
Database Queries
7
Different statements
16.81 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
3.88 ms (23.07%) |
3 |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.completed AS completed_3, t0.finished_at AS finished_at_4, t0.github AS github_5, t0.user_id AS user_id_6, t0.projet_id AS projet_id_7 FROM user_projets t0 WHERE t0.id = ?
Parameters:
[
87
]
|
|
3.12 ms (18.57%) |
5 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.is_validated AS is_validated_4, t0.created_at AS created_at_5, t0.category_id AS category_id_6, t0.difficulty_id AS difficulty_id_7 FROM projets t0 WHERE t0.id = ?
Parameters:
[
27
]
|
|
2.94 ms (17.48%) |
4 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.user_infos_id AS user_infos_id_5 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
"32"
]
|
|
2.90 ms (17.23%) |
5 |
SELECT t0.id AS id_1, t0.url AS url_2, t0.description AS description_3, t0.projet_id AS projet_id_4 FROM image_slider t0 WHERE t0.projet_id = ?
Parameters:
[
27
]
|
|
2.52 ms (14.97%) |
4 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.image AS image_3 FROM user_infos t0 WHERE t0.id = ?
Parameters:
[
32
]
|
|
0.73 ms (4.35%) |
1 |
SELECT t0.id AS id_1, t0.text AS text_2, t0.created_at AS created_at_3, t0.user_id AS user_id_4, t0.projet_id AS projet_id_5 FROM commentaires t0 WHERE t0.user_id = ?
Parameters:
[
32
]
|
|
0.73 ms (4.32%) |
1 |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.completed AS completed_3, t0.finished_at AS finished_at_4, t0.github AS github_5, t0.user_id AS user_id_6, t0.projet_id AS projet_id_7 FROM user_projets t0 WHERE t0.user_id = ?
Parameters:
[
32
]
|
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\UserInfos | No errors. |
| App\Entity\UserProjets | No errors. |
| App\Entity\Commentaires | No errors. |
| App\Entity\Projets | No errors. |
| App\Entity\Notes | No errors. |
| App\Entity\Categories | No errors. |
| App\Entity\Difficultes | No errors. |
| App\Entity\ImageSlider | No errors. |