Query Metrics
266
Database Queries
4
Different statements
734.42 ms
Query time
0
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
617.40 ms (84.07%) |
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:
[
122
]
|
|
113.68 ms (15.48%) |
27 |
SELECT t0.id AS id_1, t0.published_at AS published_at_2, t0.title AS title_3, t0.description AS description_4, t0.video_id AS video_id_5, t0.playlist_id AS playlist_id_6 FROM formation t0 WHERE t0.playlist_id = ?
Parameters:
[
13
]
|
|
2.46 ms (0.34%) |
1 |
SELECT p0_.id AS id_0, p0_.name AS name_1, p0_.description AS description_2 FROM playlist p0_ LEFT JOIN formation f1_ ON p0_.id = f1_.playlist_id GROUP BY p0_.id ORDER BY count(f1_.title) DESC
Parameters:
[] |
|
0.88 ms (0.12%) |
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\Playlist | No errors. |
| App\Entity\Categorie | No errors. |
| App\Entity\Formation | No errors. |