Query Metrics
3
Database Queries
3
Different statements
3.47 ms
Query time
0
Invalid entities
2
Managed entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
1.37 ms (39.58%) |
1 |
SELECT t0.id AS id_1, t0.titre AS titre_2, t0.ingredients AS ingredients_3, t0.preparation AS preparation_4, t0.link AS link_5, t0.totalTemps AS totalTemps_6, t0.personnes AS personnes_7, t0.dateAjout AS dateAjout_8, t0.timestamp AS timestamp_9, t0.utilisateur_id AS utilisateur_id_10 FROM recette t0 WHERE t0.id = ?
Parameters:
[
"85"
]
|
|
1.14 ms (32.73%) |
1 |
SELECT t0.id AS id_1, t0.fichier AS fichier_2, t0.ordre AS ordre_3, t0.description AS description_4, t0.date AS date_5, t0.recette_id AS recette_id_6 FROM photo t0 WHERE t0.recette_id = ? ORDER BY t0.ordre ASC
Parameters:
[
85
]
|
|
0.96 ms (27.69%) |
1 |
SELECT t0.id AS id_1, t0.password AS password_2, t0.email AS email_3, t0.is_active AS is_active_4, t0.roles AS roles_5, t0.nom AS nom_6, t0.prenom AS prenom_7, t0.token AS token_8 FROM utilisateur t0 WHERE t0.id = ?
Parameters:
[
2
]
|
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.
Managed Entities
default entity manager
| Class | Amount of managed objects |
|---|---|
| App\Entity\Recette | 1 |
| App\Entity\Utilisateur | 1 |
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Recette | No errors. |
| App\Entity\Utilisateur | No errors. |
| App\Entity\Photo | No errors. |