Query Metrics
1
Database Queries
1
Different statements
0.96 ms
Query time
0
Invalid entities
Queries
| #▲ | Time | Info | ||||||||||||||||||||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| 1 | 0.96 ms |
SELECT f0_.id AS id_0, f0_.nom AS nom_1, f0_.description AS description_2, f0_.image AS image_3, f0_.date_sortie AS date_sortie_4, f0_.duree_film AS duree_film_5, AVG(n1_.valeur) AS sclr_6 FROM film f0_ LEFT JOIN note n1_ ON f0_.id = n1_.film_id GROUP BY f0_.id, f0_.nom, f0_.description, f0_.image, f0_.date_sortie, f0_.duree_film ORDER BY sclr_6 DESC
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\Film | No errors. |
| App\Entity\Note | No errors. |