Query Metrics
6
Database Queries
3
Different statements
5.38 ms
Query time
2
Invalid entities
Grouped Statements
| Time▼ | Count | Info |
|---|---|---|
|
2.85 ms (53.06%) |
1 |
SELECT t0.id AS id_1, t0.title AS title_2, t0.description AS description_3, t0.created_at AS created_at_4, t0.updated_at AS updated_at_5, t0.user_id AS user_id_6, t7.id AS id_8, t7.created_at AS created_at_9, t7.updated_at AS updated_at_10, t7.answer AS answer_11, t7.question_id AS question_id_12, t7.qstn_id AS qstn_id_13, t7.user_id AS user_id_14 FROM questions t0 LEFT JOIN answer t7 ON t7.question_id = t0.id ORDER BY t0.created_at DESC
Parameters:
[] |
|
1.84 ms (34.26%) |
2 |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.nom AS nom_5, t0.prenoms AS prenoms_6, t0.sexe AS sexe_7, t0.derniere_connexion AS derniere_connexion_8, t0.acteur AS acteur_9, t0.telephone AS telephone_10, t0.fcm_token AS fcm_token_11, t0.cooperatives AS cooperatives_12, t0.cooperative_id AS cooperative_id_13, t0.localite_id AS localite_id_14 FROM `user` t0 WHERE t0.id = ?
Parameters:
[
1
]
|
|
0.68 ms (12.68%) |
3 |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.updated_at AS updated_at_3, t0.answer AS answer_4, t0.question_id AS question_id_5, t0.qstn_id AS qstn_id_6, t0.user_id AS user_id_7 FROM answer t0 WHERE t0.qstn_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.
Entities Mapping
| Class | Mapping errors |
|---|---|
| App\Entity\Questions |
|
| App\Entity\User | No errors. |
| App\Entity\Answer |
|
| App\Entity\Cooperative | No errors. |
| App\Entity\Quartier | No errors. |
| App\Entity\Produit | No errors. |
| App\Entity\Demande | No errors. |
| App\Entity\AdresseLivraison | No errors. |