Query Metrics
266
Database Queries
4
Different statements
965.15 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
865.95 ms (89.72%) |
237 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM categorie t0 INNER JOIN formation_categorie ON t0.id = formation_categorie.categorie_id WHERE formation_categorie.formation_id = ?
Parameters:
[
14
]
|
|
83.81 ms (8.68%) |
27 |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3 FROM playlist t0 WHERE t0.id = ?
Parameters:
[
2
]
|
|
8.93 ms (0.93%) |
1 |
SELECT f0_.id AS id_0, f0_.published_at AS published_at_1, f0_.title AS title_2, f0_.description AS description_3, f0_.video_id AS video_id_4, f0_.playlist_id AS playlist_id_5 FROM formation f0_ INNER JOIN playlist p1_ ON f0_.playlist_id = p1_.id ORDER BY p1_.name DESC
Parameters:
[] |
|
6.47 ms (0.67%) |
1 |
SELECT t0.id AS id_1, t0.name AS name_2 FROM categorie t0
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\Formation | No errors. |
| App\Entity\Categorie | No errors. |
| App\Entity\Playlist | No errors. |