Query Metrics
3
Database Queries
3
Different statements
1.07 ms
Query time
0
Invalid entities
Queries
#▲ | Time | Info |
---|---|---|
1 | 0.50 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.client AS client_3, t0.description AS description_4, t0.image_presentation AS image_presentation_5, t0.image2 AS image2_6, t0.image3 AS image3_7, t0.image4 AS image4_8, t0.image5 AS image5_9, t0.image6 AS image6_10, t0.site_web AS site_web_11, t0.reseaux AS reseaux_12, t0.couleurs AS couleurs_13, t0.description2 AS description2_14, t0.couleur_back AS couleur_back_15, t0.couleur_back_text AS couleur_back_text_16 FROM projet t0 WHERE t0.id = ?
Parameters:
[
"19"
]
|
2 | 0.26 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.client AS client_3, t0.description AS description_4, t0.image_presentation AS image_presentation_5, t0.image2 AS image2_6, t0.image3 AS image3_7, t0.image4 AS image4_8, t0.image5 AS image5_9, t0.image6 AS image6_10, t0.site_web AS site_web_11, t0.reseaux AS reseaux_12, t0.couleurs AS couleurs_13, t0.description2 AS description2_14, t0.couleur_back AS couleur_back_15, t0.couleur_back_text AS couleur_back_text_16 FROM projet t0
Parameters:
[] |
3 | 0.31 ms |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.description AS description_3 FROM categorie t0 INNER JOIN projet_categorie ON t0.id = projet_categorie.categorie_id WHERE projet_categorie.projet_id = ?
Parameters:
[
19
]
|
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\Projet | No errors. |
App\Entity\Categorie | No errors. |